ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSVC/Oni_Symbols.c
(Generate patch)

Comparing Daodan/MSVC/Oni_Symbols.c (file contents):
Revision 573 by gumby, Thu Sep 9 09:27:04 2010 UTC vs.
Revision 574 by gumby, Mon Oct 11 08:22:59 2010 UTC

# Line 131 | Line 131 | DefFunc( AUrMessageBox
131  
132   DefFunc( COrMessage_Print                                               , 0x004304B0 );
133   DefFunc( COrTextArea_Print                                              , 0x00431340 );
134 < DefFunc( COrConsole_StatusLine_Display                  , 0x00431E70 );
134 > //DefFunc( COrConsole_StatusLine_Display                        , 0x00431E70 );
135  
136   DefFunc( OBJrObjectType_EnumerateObjects                , 0x004D0080 );
137   //DefFunc( OBJiObjectGroup_GetNumObjects                        ,
138  
139 < DefFunc( ONiGameState_FindAutoPromptMessage             , 0x004FDBE0 );
139 > //DefFunc( ONiGameState_FindAutoPromptMessage           , 0x004FDBE0 );
140   DefFunc( ONiMain                                                                , 0x004d3280 );
141  
142   DefFunc( ONrCharacter_NewAnimationHook                  , 0x004E97A0 );
# Line 180 | Line 180 | DefFunc( UUrPlatform_Terminate                                 , 0x0
180   DefFunc( UUrStartupMessage                      , 0x00424860 );
181   DefFunc( OBJrDoor_Open                                                  , 0x004C26C0 );
182   DefFunc( OBJrDoor_ForceOpen                                             , 0x004C1EE0 );
183 + //DefFunc( OBJrConsole_GetByID                                  , 0x004C0950 );
184 + DefFunc( OBJrConsole_OnActivate                                 , 0x004C0880 );
185  
186 < #define DefVar(type, name, address) type* _##name = (type*)address
186 > #define DefVar(type, name, address) //type* _##name = (type*)address
187  
188   DefVar( onibool,                ai2_deaf,                               0x005ec0c1 );
189  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)