]> git.draconx.ca Git - rrace.git/blobdiff - src/game.h
Right clicking on game area now shows the objective.
[rrace.git] / src / game.h
index 301dfac022c87681b9be53b88f96bc91dd1b01b0..6a02a428551db68e5cee0c4909901ccc95737c84 100644 (file)
@@ -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.