This commit is contained in:
parent
d1e12fd1b7
commit
5c9ba0bed4
1 changed files with 13 additions and 13 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue