I've filed this as a "Loom Floppy" bug report, but
actually it affects both the floppy and the CD version.
When starting ScummVM with the -x option to load a
Loom/LoomCD savegame, it will show an hourglass cursor
instead of an arrow. I believe this is because the
script that redefines the cursor isn't run, and we
don't store the modified cursors in the savegame.
Logged In: YES
user_id=12935
So we "just" have to add _cursorImages and _cursorHotspots to
the savegames...
Logged In: YES
user_id=577918
I guess so. I didn't because I wasn't sure if it was the
best way, and I was in a bit of a hurry when I filed this
bug report.
Logged In: YES
user_id=577918
I've attached a possible patch.
Patch against a January 5 CVS snapshot
Logged In: YES
user_id=12935
Looks good to me! Please apply :-)
Logged In: YES
user_id=577918
Ok, I've applied it.