This commit is contained in:
Charles 2001-07-09 19:38:58 +00:00
parent 097c54d7cc
commit dfd36d956e
7 changed files with 72 additions and 2 deletions

View file

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