This commit is contained in:
Charles 2001-07-09 21:43:13 +00:00
parent d772421e6a
commit 33ce5c2f03
7 changed files with 21 additions and 0 deletions

View file

@ -216,6 +216,9 @@ void CNpcFallingHazard::collidedWith( CThing *_thisThing )
break;
}
case TYPE_NPC:
break;
default:
ASSERT(0);
break;