remove obsolete comment

This commit is contained in:
PatR
2023-11-12 10:26:59 -08:00
parent fcf1a42cac
commit dd6c249a8c
+1 -3
View File
@@ -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;
} }