diff options
author | IronClawTrem <louie.nutman@gmail.com> | 2020-04-09 18:30:35 +0100 |
---|---|---|
committer | IronClawTrem <louie.nutman@gmail.com> | 2020-04-09 18:31:16 +0100 |
commit | f324890e9715490c909ca6123948f4157401324c (patch) | |
tree | 9db453bd1cf86ea2a5751dadd073c003635f9f3e /GNUmakefile | |
parent | c378d3fb9f7f443ee6a6f78f490f2bc203aba5ea (diff) |
multiprotocol: gamelogic code for 1.1
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 06c8c04..3794501 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,7 @@ ifeq ($(COMPILE_PLATFORM),sunos) endif ifndef BUILD_GAME_SO - BUILD_GAME_SO = 1 + BUILD_GAME_SO = 0 endif ifndef BUILD_GAME_QVM BUILD_GAME_QVM = 1 |