diff options
author | IronClawTrem <louie.nutman@gmail.com> | 2020-04-07 01:09:18 +0100 |
---|---|---|
committer | IronClawTrem <louie.nutman@gmail.com> | 2020-04-07 01:09:18 +0100 |
commit | c378d3fb9f7f443ee6a6f78f490f2bc203aba5ea (patch) | |
tree | 2156063399514e6878d260fbbadd658036a69013 /src/game | |
parent | 6c79e8bb722b20241fa9eab063dfefa73870a740 (diff) |
some makefile shit etc still broken tho
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index 65cdf87..9da8bee 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -28,7 +28,7 @@ TREMULOUS EDGE MOD SRC FILE #include "g_local.h" #include "newedge_version.h" -#define G_MOD_VERSION "Aardvark 0.5x" SVN_VERSION +#define G_MOD_VERSION "Aardvark 0.5x" level_locals_t level; typedef struct |