[Scummvm-cvs-logs] CVS: scummvm/saga render.cpp,1.55,1.56
Max Horn
fingolfin at users.sourceforge.net
Tue May 10 16:21:22 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.39,1.40 engine.h,1.19,1.20 main.cpp,1.80,1.81
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/ps2 savefile.h,1.4,1.5 systemps2.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22345/saga
Modified Files:
render.cpp
Log Message:
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/render.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- render.cpp 8 May 2005 14:04:05 -0000 1.55
+++ render.cpp 10 May 2005 23:17:16 -0000 1.56
@@ -51,7 +51,7 @@
// Initialize FPS timer callback
- g_timer->installTimerProc(&fpsTimerCallback, 1000000, this);
+ Common::g_timer->installTimerProc(&fpsTimerCallback, 1000000, this);
// Create background buffer
_bg_buf_w = _vm->getDisplayWidth();
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.39,1.40 engine.h,1.19,1.20 main.cpp,1.80,1.81
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/ps2 savefile.h,1.4,1.5 systemps2.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list