mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
PEGASUS: Fix cursor not showing up
This commit is contained in:
parent
06e2dbaa43
commit
fdd50e8414
@ -38,6 +38,7 @@ namespace Pegasus {
|
||||
Cursor::Cursor() {
|
||||
_cursorObscured = false;
|
||||
_index = -1;
|
||||
startIdling();
|
||||
}
|
||||
|
||||
Cursor::~Cursor() {
|
||||
@ -48,6 +49,8 @@ Cursor::~Cursor() {
|
||||
}
|
||||
delete[] _info[i].palette;
|
||||
}
|
||||
|
||||
stopIdling();
|
||||
}
|
||||
|
||||
void Cursor::addCursorFrames(uint16 id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user