remove obsolete comment
This commit is contained in:
+1
-3
@@ -3538,10 +3538,8 @@ wizterrainwish(struct _readobjnam_data *d)
|
|||||||
while in xorn form and replacing solid stone with furniture) */
|
while in xorn form and replacing solid stone with furniture) */
|
||||||
switch_terrain();
|
switch_terrain();
|
||||||
}
|
}
|
||||||
if (madeterrain || badterrain) {
|
if (madeterrain || badterrain)
|
||||||
/* cast 'const' away; caller won't modify this */
|
|
||||||
return &hands_obj;
|
return &hands_obj;
|
||||||
}
|
|
||||||
|
|
||||||
return (struct obj *) 0;
|
return (struct obj *) 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user