This commit is contained in:
Paul 2001-01-11 17:07:56 +00:00
parent d1e12fd1b7
commit 5c9ba0bed4

View file

@ -114,7 +114,7 @@ static CScrollyBackground *s_bg1;
static CScrollyBackground *s_bg2; static CScrollyBackground *s_bg2;
static CScrollyBackground *s_bg3; static CScrollyBackground *s_bg3;
CScript *testScript; //CScript *testScript;
/*---------------------------------------------------------------------- /*----------------------------------------------------------------------
@ -262,7 +262,7 @@ PAUL_DBGMSG("change=%d",mem-(MainRam.TotalRam-MainRam.RamUsed));
s_bg3->setOt(1002); s_bg3->setOt(1002);
*/ */
testScript->initialise(SCRIPTS_TEST_DAT); // testScript->initialise(SCRIPTS_TEST_DAT);
} }
@ -307,17 +307,17 @@ void CPaulScene::render()
} }
} }
if(testScript->isFinished()) // if(testScript->isFinished())
{ // {
if(PadGetDown(0)&PAD_START) // if(PadGetDown(0)&PAD_START)
{ // {
testScript->reset(); // testScript->reset();
} // }
} // }
else // else
{ // {
testScript->run(); // testScript->run();
} // }
/* /*
if(baseGUIObject) if(baseGUIObject)