[Scummvm-cvs-logs] CVS: tools descumm-tool.cpp,1.7,1.8 descumm6.cpp,1.179,1.180 descumm.h,1.12,1.13
Max Horn
fingolfin at users.sourceforge.net
Tue Sep 28 12:16:49 CEST 2004
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20452
Modified Files:
descumm-tool.cpp descumm6.cpp descumm.h
Log Message:
Renamed next_line_V72 to next_line_HE_V72 (the name was very irritating before)
Index: descumm-tool.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm-tool.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- descumm-tool.cpp 21 Sep 2004 15:17:34 -0000 1.7
+++ descumm-tool.cpp 28 Sep 2004 19:09:16 -0000 1.8
@@ -364,7 +364,7 @@
break;
case 6:
if (heVersion)
- next_line_V72(buf);
+ next_line_HE_V72(buf);
else
next_line_V67(buf);
break;
Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- descumm6.cpp 21 Sep 2004 15:17:34 -0000 1.179
+++ descumm6.cpp 28 Sep 2004 19:09:16 -0000 1.180
@@ -1379,7 +1379,7 @@
); \
} while(0)
-void next_line_V72(char *output)
+void next_line_HE_V72(char *output)
{
byte code = get_byte();
StackEnt *se_a, *se_b;
Index: descumm.h
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- descumm.h 21 Sep 2004 15:17:34 -0000 1.12
+++ descumm.h 28 Sep 2004 19:09:16 -0000 1.13
@@ -107,7 +107,7 @@
extern void next_line_V345(char *buf); // For V3, V4, V5
extern void next_line_V67(char *buf);
extern void next_line_V8(char *buf);
-extern void next_line_V72(char *buf);
+extern void next_line_HE_V72(char *buf);
extern bool HumongousFlag;
extern bool ZakFlag;
extern bool IndyFlag;
More information about the Scummvm-git-logs
mailing list