[Scummvm-cvs-logs] CVS: scummvm/saga actordata.h,1.5,1.6

Eugene Sandulenko sev at users.sourceforge.net
Sat May 29 14:05:00 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8218

Modified Files:
	actordata.h 
Log Message:
Remove slipped in underscores.


Index: actordata.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actordata.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- actordata.h	21 May 2004 01:23:50 -0000	1.5
+++ actordata.h	29 May 2004 21:03:56 -0000	1.6
@@ -29,10 +29,10 @@
 namespace Saga {
 
 struct R_ACTORTABLE {
-	byte unknown4_;
-	byte unknown5_; 
+	byte unknown4;
+	byte unknown5; 
 	byte name_index;
-	int32 unknown8_; // 1
+	int32 unknown8; // 1
 	int16 x; // x
 	int16 y; // y
 	int16 unknown10; // 4





More information about the Scummvm-git-logs mailing list