sync changes since last snapshot

This commit is contained in:
cohrs
2002-01-07 02:12:04 +00:00
parent 7218689e70
commit c77073be31
51 changed files with 581 additions and 286 deletions

View File

@@ -850,8 +850,8 @@ struct mkroom *croom;
case M_AP_OBJECT:
for (i = 0; i < NUM_OBJECTS; i++)
if (!strcmp(OBJ_NAME(objects[i]),
m->appear_as.str))
if (OBJ_NAME(objects[i]) &&
!strcmp(OBJ_NAME(objects[i]),m->appear_as.str))
break;
if (i == NUM_OBJECTS) {
impossible(