Skip to content

Commit

Permalink
Added Costume field to CharObj2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Sep 26, 2015
1 parent 11f8d64 commit 9bd143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SA2ModLoader/include/SA2ModLoader/SA2Structs.h
Expand Up @@ -149,7 +149,7 @@ struct CharObj2
{
char PlayerNum;
char CharID;
char field_2;
char Costume;
char CharID2;
char ActionWindowItems[8];
char ActionWindowItemCount;
Expand Down

0 comments on commit 9bd143c

Please sign in to comment.