SHERLOCK: RT: Don't show cursor during intro

This commit is contained in:
Paul Gilbert 2015-09-17 21:37:08 -04:00
parent 8188251c35
commit 6fc719fdae

View File

@ -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() {