X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/683027f82849ca96cf424ffff699ab57e119f051..26fb4b6902a32be6e9f504bee44724a0dd4292f7:/src/game.c diff --git a/src/game.c b/src/game.c index bdb18a1..f7cc2bb 100644 --- a/src/game.c +++ b/src/game.c @@ -191,8 +191,6 @@ int game_do_move(struct board *board, int x, int y) return 0; } -#define GOAL_MASK 0x739c0 - int game_check_goal(struct board *board) { int i, ret = 1;