Added TODO comment about refreshAnimData[] and why it's not (yet) a field in

the AnimData struct.

svn-id: r21809
This commit is contained in:
Torbjörn Andersson 2006-04-11 21:39:09 +00:00
parent 10c62a2eed
commit a677541ac8

View File

@ -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) {