This commit is contained in:
Charles 2001-05-09 20:29:21 +00:00
parent 0e2920be11
commit 0dcd0ddb68

View File

@ -117,6 +117,9 @@ void CNpcBranchPlatform::collidedWith( CThing *_thisThing )
break;
}
case TYPE_HAZARD:
break;
default:
ASSERT(0);
break;