[Scummvm-cvs-logs] SF.net SVN: scummvm: [23280] scummvm/trunk/engines/agi/agi.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 24 12:05:14 CEST 2006


Revision: 23280
Author:   fingolfin
Date:     2006-06-24 03:05:09 -0700 (Sat, 24 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23280&view=rev

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/agi/agi.cpp
Modified: scummvm/trunk/engines/agi/agi.cpp
===================================================================
--- scummvm/trunk/engines/agi/agi.cpp	2006-06-24 09:53:45 UTC (rev 23279)
+++ scummvm/trunk/engines/agi/agi.cpp	2006-06-24 10:05:09 UTC (rev 23280)
@@ -525,7 +525,7 @@
 	init_video();
 
 	tick_timer = 0;
-	Common::g_timer->installTimerProc(agi_timer_function_low, 10 * 1000, NULL);
+	_timer->installTimerProc(agi_timer_function_low, 10 * 1000, NULL);
 
 	game.ver = -1;		/* Don't display the conf file warning */
 


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