mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
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:
parent
10c62a2eed
commit
a677541ac8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user