diff options
Diffstat (limited to 'engines/cruise/function.cpp')
| -rw-r--r-- | engines/cruise/function.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cruise/function.cpp b/engines/cruise/function.cpp index 2614d30172..35c6e46737 100644 --- a/engines/cruise/function.cpp +++ b/engines/cruise/function.cpp @@ -436,7 +436,7 @@ int16 Op_LoadBackground(void) { result = loadBackground((char *)bgName, bgIdx); } - changeCursor(0); + changeCursor(CURSOR_NORMAL); return result; } @@ -485,7 +485,7 @@ int16 Op_loadFile(void) { saveVar6[0] = 0; } - changeCursor(0); + changeCursor(CURSOR_NORMAL); return 0; } @@ -512,7 +512,7 @@ int16 Op_LoadAbs(void) { result = loadFullBundle(name, param1); } - changeCursor(0); + changeCursor(CURSOR_NORMAL); return result; } |
