[Scummvm-cvs-logs] SF.net SVN: scummvm: [21809] scummvm/trunk/engines/cine/various.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Tue Apr 11 14:40:02 CEST 2006
Revision: 21809
Author: eriktorbjorn
Date: 2006-04-11 14:39:09 -0700 (Tue, 11 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21809&view=rev
Log Message:
-----------
Added TODO comment about refreshAnimData[] and why it's not (yet) a field in
the AnimData struct.
Modified Paths:
--------------
scummvm/trunk/engines/cine/various.cpp
Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp 2006-04-11 19:29:55 UTC (rev 21808)
+++ scummvm/trunk/engines/cine/various.cpp 2006-04-11 21:39:09 UTC (rev 21809)
@@ -52,6 +52,11 @@
uint16 var4;
uint16 var5;
+// TODO: This could/should be a field in the AnimData struct, but as long as it
+// is marked as packed I don't dare add anything to it without knowing more
+// about how it's used. (It's quite possible that it no longer needs to be
+// packed.)
+
bool refreshAnimData[NUM_MAX_ANIMDATA];
void drawString(const char *string, byte param) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list