[Scummvm-cvs-logs] CVS: residual engine.cpp,1.73,1.74 lua.cpp,1.124,1.125
Pawel Kolodziejski
aquadran at users.sourceforge.net
Fri Apr 8 03:23:55 CEST 2005
Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5860
Modified Files:
engine.cpp lua.cpp
Log Message:
whitespaces
Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/engine.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- engine.cpp 8 Apr 2005 06:50:09 -0000 1.73
+++ engine.cpp 8 Apr 2005 10:23:03 -0000 1.74
@@ -150,7 +150,7 @@
if ((event.key.keysym.sym == SDLK_RETURN ||
event.key.keysym.sym == SDLK_KP_ENTER) &&
(event.key.keysym.mod & KMOD_ALT))
- g_driver->toggleFullscreenMode();
+ g_driver->toggleFullscreenMode();
if (event.key.keysym.sym == SDLK_q)
return;
}
Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- lua.cpp 8 Apr 2005 09:33:21 -0000 1.124
+++ lua.cpp 8 Apr 2005 10:23:03 -0000 1.125
@@ -916,7 +916,7 @@
} else if (lua_isnumber(sectorName)) {
int id = check_int(1);
- for (i=0; i<numSectors; i++) {
+ for (i = 0; i<numSectors; i++) {
Sector *sector = g_engine->currScene()->getSectorBase(i);
if (sector->id() == id) {
sector->setVisible(visible);
More information about the Scummvm-git-logs
mailing list