Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
I can count.
  • Loading branch information
michael-fadely committed Jul 3, 2015
1 parent 83d25b4 commit 7f9587d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SA2ModLoader/include/SA2ModLoader/SA2Enums.h
Expand Up @@ -40,7 +40,7 @@ enum StatusBits
StatusBits_DoNextAction,
StatusBits_OnPath,
StatusBits_DisableControl,
StatusBits_Unkown7
StatusBits_Unkown6
};

enum Status : uint16_t
Expand All @@ -60,7 +60,7 @@ enum Status : uint16_t
makemask(Status, DoNextAction),
makemask(Status, OnPath),
makemask(Status, DisableControl),
makemask(Status, Unkown7)
makemask(Status, Unkown6)
};

enum LevelIDs
Expand Down

0 comments on commit 7f9587d

Please sign in to comment.