Skip to content

Commit

Permalink
Corrected ObjectMaster function pointers.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Apr 3, 2016
1 parent 588e963 commit e791a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SA2ModLoader/include/SA2ModLoader/SA2Structs.h
Expand Up @@ -282,9 +282,9 @@ struct ObjectMaster
ObjectMaster* NextObject;
ObjectMaster* Parent;
ObjectMaster* Child;
ObjectFuncPtr* MainSub;
ObjectFuncPtr* DisplaySub;
ObjectFuncPtr* DeleteSub;
ObjectFuncPtr MainSub;
ObjectFuncPtr DisplaySub;
ObjectFuncPtr DeleteSub;
void* field_1C;
void* field_20;
void* field_24;
Expand Down

0 comments on commit e791a91

Please sign in to comment.