From a677541ac8748b41cc96fa385f153e730676d769 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 11 Apr 2006 21:39:09 +0000 Subject: Added TODO comment about refreshAnimData[] and why it's not (yet) a field in the AnimData struct. svn-id: r21809 --- engines/cine/various.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp index cfc0f01a13..11252a88c6 100644 --- a/engines/cine/various.cpp +++ b/engines/cine/various.cpp @@ -52,6 +52,11 @@ uint16 var3; 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) { -- cgit v1.2.3