Skip to content

Commit

Permalink
Added NextAction field to CharObj1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Jul 1, 2015
1 parent dce493d commit 14e1adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SA2ModLoader/include/SA2ModLoader/SA2Structs.h
Expand Up @@ -30,7 +30,7 @@ struct struct_v5
struct CharObj1
{
char Action;
char field_1;
char NextAction;
char field_2;
char field_3;
unsigned short Status;
Expand Down

0 comments on commit 14e1adf

Please sign in to comment.