(svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.

This commit is contained in:
rubidium
2007-07-25 19:06:29 +00:00
parent 3c25348348
commit feb91ab5ea
15 changed files with 29 additions and 22 deletions

View File

@@ -188,7 +188,7 @@ void InitializeSpriteGroupPool();
struct ResolverObject {
uint16 callback;
CallbackID callback;
uint32 callback_param1;
uint32 callback_param2;