[Scummvm-cvs-logs] SF.net SVN: scummvm:[48126] scummvm/trunk/engines/teenagent/teenagent.cpp
megath at users.sourceforge.net
megath at users.sourceforge.net
Thu Feb 25 20:58:54 CET 2010
Revision: 48126
http://scummvm.svn.sourceforge.net/scummvm/?rev=48126&view=rev
Author: megath
Date: 2010-02-25 19:58:54 +0000 (Thu, 25 Feb 2010)
Log Message:
-----------
hide mouse while playing cutscenes
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/teenagent.cpp
Modified: scummvm/trunk/engines/teenagent/teenagent.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/teenagent.cpp 2010-02-25 19:54:28 UTC (rev 48125)
+++ scummvm/trunk/engines/teenagent/teenagent.cpp 2010-02-25 19:58:54 UTC (rev 48126)
@@ -512,7 +512,6 @@
}
}
- _system->showMouse(scene->getMessage().empty());
//game delays: slow 16, normal 11, fast 5, crazy 1
//mark delays: 4 * (3 - hero_speed), normal == 1
//game delays in 1/100th of seconds
@@ -541,6 +540,7 @@
}
scene_busy = b;
}
+ _system->showMouse(scene->getMessage().empty() && !scene_busy);
bool busy = inventory->active() || scene_busy;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list