mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
SHERLOCK: RT: Don't show cursor during intro
This commit is contained in:
parent
8188251c35
commit
6fc719fdae
@ -28,6 +28,7 @@
|
||||
#include "sherlock/sherlock.h"
|
||||
#include "sherlock/events.h"
|
||||
#include "sherlock/surface.h"
|
||||
#include "sherlock/tattoo/tattoo.h"
|
||||
|
||||
namespace Sherlock {
|
||||
|
||||
@ -173,7 +174,8 @@ void Events::animateCursorIfNeeded() {
|
||||
}
|
||||
|
||||
void Events::showCursor() {
|
||||
CursorMan.showMouse(true);
|
||||
if (IS_SERRATED_SCALPEL || !static_cast<Tattoo::TattooEngine *>(_vm)->_runningProlog)
|
||||
CursorMan.showMouse(true);
|
||||
}
|
||||
|
||||
void Events::hideCursor() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user