ZVISION: Forgotten change cursos to pressed in ZGI code.

This commit is contained in:
Marisa-Chan 2013-10-20 18:35:11 +00:00
parent 25834faf07
commit bbe29500cc

View File

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