[Scummvm-cvs-logs] SF.net SVN: scummvm: [28974] scummvm/trunk/engines/agi/preagi_troll.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Wed Sep 19 23:24:28 CEST 2007
Revision: 28974
http://scummvm.svn.sourceforge.net/scummvm/?rev=28974&view=rev
Author: mthreepwood
Date: 2007-09-19 14:24:27 -0700 (Wed, 19 Sep 2007)
Log Message:
-----------
show the cursor in Troll after the first intro screen
Modified Paths:
--------------
scummvm/trunk/engines/agi/preagi_troll.cpp
Modified: scummvm/trunk/engines/agi/preagi_troll.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_troll.cpp 2007-09-19 20:01:42 UTC (rev 28973)
+++ scummvm/trunk/engines/agi/preagi_troll.cpp 2007-09-19 21:24:27 UTC (rev 28974)
@@ -331,6 +331,8 @@
_vm->_system->updateScreen();
_vm->_system->delayMillis(3200);
+ CursorMan.showMouse(true);
+
// Draw logo
_vm->setDefaultTextColor(0x0f);
drawPic(45, false, true);
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