mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ZVISION: Forgotten change cursos to pressed in ZGI code.
This commit is contained in:
parent
25834faf07
commit
bbe29500cc
@ -105,6 +105,7 @@ void CursorManager::changeCursor(const Common::String &cursorName, bool pushed)
|
||||
char buffer[25];
|
||||
strcpy(buffer, _zgiCursorFileNames[i]);
|
||||
buffer[3] += 2;
|
||||
changeCursor(ZorkCursor(buffer));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user