mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
cleanup
svn-id: r6187
This commit is contained in:
parent
e744697dbd
commit
2367625da4
@ -1280,7 +1280,6 @@ void Scumm_v8::o8_system()
|
|||||||
|
|
||||||
void Scumm_v8::o8_startVideo()
|
void Scumm_v8::o8_startVideo()
|
||||||
{
|
{
|
||||||
char dirName[255];
|
|
||||||
int len = resStrLen((char*)_scriptPointer);
|
int len = resStrLen((char*)_scriptPointer);
|
||||||
|
|
||||||
warning("o8_startVideo(%s/%s)\n", getGameDataPath(), (char*)_scriptPointer);
|
warning("o8_startVideo(%s/%s)\n", getGameDataPath(), (char*)_scriptPointer);
|
||||||
|
@ -578,7 +578,8 @@ void Scumm::startScene(int room, Actor * a, int objectNr)
|
|||||||
int i, where;
|
int i, where;
|
||||||
Actor *at;
|
Actor *at;
|
||||||
|
|
||||||
CHECK_HEAP debug(1, "Loading room %d", room);
|
CHECK_HEAP;
|
||||||
|
debug(1, "Loading room %d", room);
|
||||||
|
|
||||||
clearMsgQueue();
|
clearMsgQueue();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user