[Scummvm-cvs-logs] CVS: scummvm/bs2 resman.cpp,1.17,1.18
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Tue Sep 2 02:56:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv20862
Modified Files:
resman.cpp
Log Message:
Re-formatted the code to be a bit more in line with the rest of ScummVM,
and made a few (untested) endian-fixes.
Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/resman.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- resman.cpp 1 Sep 2003 06:40:07 -0000 1.17
+++ resman.cpp 2 Sep 2003 09:55:11 -0000 1.18
@@ -42,213 +42,188 @@
#include "sound.h" // (James22july97) for Clear_fx_queue() called from CacheNewCluster()
#include "sword2.h" // (James11aug97) for CloseGame()
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//welcome to the easy resource manager - written in simple code for easy maintenance
-
-//the resource compiler will create two files
-
+// ---------------------------------------------------------------------------
+// welcome to the easy resource manager - written in simple code for easy
[...2065 lines suppressed...]
+ spriteInfo.y = oldY; // Drivers change the y co-ordinate, don't know why...
spriteInfo.x = oldX;
CopyScreenBuffer();
}
-
} while (!done);
Free_mem(text_spr);
RemoveMsg();
}
-//------------------------------------------------------------------------------------
-
-
-
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-//------------------------------------------------------------------------------------
-
-
More information about the Scummvm-git-logs
mailing list