This commit is contained in:
Paul 2000-09-11 23:56:23 +00:00
parent ee331d19de
commit 260b8ab85e

View file

@ -108,9 +108,9 @@ void CPaulScene::render()
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
void CPaulScene::think() void CPaulScene::think()
{ {
static int arse=0; // static int arse=0;
PAUL_DBGMSG("%d\n",arse++); // PAUL_DBGMSG("%d\n",arse++);
ASSERT(arse<100); // ASSERT(arse<100);
} }