X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b39d19918b63b80d1f3b068d158fe43415b9d1b6..2dcb637c0cbb469418b15b9c1d9741024b4d2a5c:/src/game.h diff --git a/src/game.h b/src/game.h index 301dfac..6a02a42 100644 --- a/src/game.h +++ b/src/game.h @@ -32,7 +32,9 @@ enum { TILE_MAX }; -enum { GOAL_SHIFT = 6 }; +#define GOAL_SHIFT 6 +#define GOAL_MASK 0x739c0ul + struct board { /* * Bit planes representing the current game area.