[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.8,1.9
Jonathan Gray
khalek at users.sourceforge.net
Sat May 1 06:22:00 CEST 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga palanim.cpp,1.3,1.4 palanim.h,1.3,1.4 palanim_mod.h,1.2,1.3 reinherit.h,1.13,1.14 resnames.h,1.4,1.5 rscfile.cpp,1.3,1.4 rscfile.h,1.3,1.4 rscfile_mod.h,1.2,1.3 saga.cpp,1.14,1.15 saga.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.5,1.6 scene.h,1.3,1.4 scene_mod.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-serv5160
Modified Files:
game.cpp
Log Message:
add some debug calls in the verify functions
Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- game.cpp 1 May 2004 09:36:02 -0000 1.8
+++ game.cpp 1 May 2004 13:20:58 -0000 1.9
@@ -544,6 +544,7 @@
}
int Verify_ITEDEMO(const char *game_dir) {
+ debug(3, "Verify_ITEDEMO()");
YS_IGNORE_PARAM(game_dir);
return R_SUCCESS;
@@ -552,6 +553,7 @@
int Verify_ITEDISK(const char *game_dir) {
R_RSCFILE_CONTEXT *test_ctx;
+ debug(3, "Verify_ITEDISK()");
uint32 script_lut_len;
uint32 script_lut_rn;
int verified = 0;
@@ -560,7 +562,7 @@
if (RSC_OpenContext(test_ctx, "ITE.RSC") != R_SUCCESS) {
return R_FAILURE;
}
-
+
script_lut_rn = GameDescs[R_GAME_ITE_DISK].gd_resource_desc->script_lut_rn;
if (RSC_GetResourceSize(test_ctx,
script_lut_rn, &script_lut_len) != R_SUCCESS) {
@@ -582,18 +584,21 @@
}
int Verify_ITECD(const char *game_dir) {
+ debug(3, "Verify_ITECD()");
YS_IGNORE_PARAM(game_dir);
return R_SUCCESS;
}
int Verify_IHNMDEMO(const char *game_dir) {
+ debug(3, "Verify_IHNMDEMO()");
YS_IGNORE_PARAM(game_dir);
return R_SUCCESS;
}
int Verify_IHNMCD(const char *game_dir) {
+ debug(3, "Verify_IHNMCD()");
YS_IGNORE_PARAM(game_dir);
return R_SUCCESS;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga palanim.cpp,1.3,1.4 palanim.h,1.3,1.4 palanim_mod.h,1.2,1.3 reinherit.h,1.13,1.14 resnames.h,1.4,1.5 rscfile.cpp,1.3,1.4 rscfile.h,1.3,1.4 rscfile_mod.h,1.2,1.3 saga.cpp,1.14,1.15 saga.h,1.8,1.9
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.5,1.6 scene.h,1.3,1.4 scene_mod.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list