Skip to content

Commit

Permalink
Adding neutral state value to the movement bitmask.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleMichetti committed Feb 25, 2024
1 parent 9cf9ec8 commit 86f7877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/include/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ namespace utils {
down = 0b00000010,
left = 0b00000100,
right = 0b00001000,
none = 0b00010000,
};
}

0 comments on commit 86f7877

Please sign in to comment.