From 2e965324cb81fa4e8b6132e5dd90d6596e2f55b0 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 13 Mar 2001 15:39:51 +0000 Subject: [PATCH] --- source/level/level.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/level/level.cpp b/source/level/level.cpp index 42c8854ce..013b96a34 100644 --- a/source/level/level.cpp +++ b/source/level/level.cpp @@ -396,12 +396,10 @@ void CLevel::init() if(lvlTab->exitX==0&&lvlTab->exitY==0) { PAUL_DBGMSG("-- NO LEVEL EXIT DEFINED FOR %d",s_globalLevelSelectThing); - ASSERT(!"NO EXIT"); } if(lvlTab->spawnX==268&&lvlTab->spawnY==160) { PAUL_DBGMSG("-- NO LEVEL START DEFINED FOR %d",s_globalLevelSelectThing); - ASSERT(!"NO START"); } #endif ex=lvlTab->exitX;