From: Alan Cox Date: Sat, 20 Oct 2018 14:20:52 +0000 (+0100) Subject: fweep: make the version overridable with -D X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9df16883a8c10370d3e47ac0fdb5eb200adaa138;p=FUZIX.git fweep: make the version overridable with -D --- diff --git a/Applications/games/fweep.c b/Applications/games/fweep.c index 2b78f278..0e0052da 100644 --- a/Applications/games/fweep.c +++ b/Applications/games/fweep.c @@ -17,7 +17,9 @@ #define WORD(x) ((uint16_t)(x)) +#ifndef VERSION #define VERSION 3 +#endif #if (VERSION == 8) #define PACKED_SHIFT 3