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