From 0e7054a24abfe2074aa5bbc556205cf2381bb87a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 25 Aug 2007 08:54:14 +0000 Subject: made a switch for gametype --- src/game/game_variables.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/game_variables.h') diff --git a/src/game/game_variables.h b/src/game/game_variables.h index edd3f263..c8cf0150 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -12,5 +12,8 @@ MACRO_CONFIG_INT(scroll_weapon, 1, 0, 1) MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(timelimit, 0, 0, 1000) +MACRO_CONFIG_STR(gametype, 32, "dm") MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) + + -- cgit 1.4.1