[Scummvm-cvs-logs] CVS: scummvm/common timer.h,1.16,1.17

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun May 23 12:17:10 CEST 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26661/scummvm/common

Modified Files:
	timer.h 
Log Message:
we dont use more timers than 2

Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/timer.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- timer.h	6 Jan 2004 12:45:28 -0000	1.16
+++ timer.h	23 May 2004 19:16:35 -0000	1.17
@@ -24,7 +24,7 @@
 #include "common/scummsys.h"
 #include "common/system.h"
 
-#define MAX_TIMERS 5
+#define MAX_TIMERS 2
 
 typedef void (*TimerProc)(void *refCon);
 





More information about the Scummvm-git-logs mailing list