svn-id: r6187
This commit is contained in:
Max Horn 2002-12-27 00:58:21 +00:00
parent e744697dbd
commit 2367625da4
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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();