From ea96f0741ac0a659b6ffa8f6de3c16d26ee3d36c Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Wed, 4 Jul 2012 10:24:09 -0500 Subject: [PATCH] add the QL pack to the default list --- config.py | 2 +- radiant/qe3.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index f9f7b8f..5ca200f 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ class Config: # platforms for which to assemble a setup self.setup_platforms = [ 'local', 'x86', 'x64', 'win32' ] # paks to assemble in the setup - self.setup_packs = [ 'Q3Pack', 'UrTPack', 'ETPack', ] # 'UFOAIPack', 'Q2WPack', 'ReactionPack' ] + self.setup_packs = [ 'Q3Pack', 'UrTPack', 'ETPack', 'QLPack' ] # 'UFOAIPack', 'Q2WPack', 'ReactionPack' ] def __repr__( self ): return 'config: target=%s config=%s' % ( self.target_selected, self.config_selected ) diff --git a/radiant/qe3.h b/radiant/qe3.h index ffcd772..abdd39c 100644 --- a/radiant/qe3.h +++ b/radiant/qe3.h @@ -49,6 +49,8 @@ #include // this is the version to expect from template projects +// bump this to force a regeneration of the template menus +// this is useful if you update/edit the BSP command lines for instance #define PROJECT_VERSION 2 //#define MEM_DEBUG