From 255a1ad941f4f852b65257cf179294ee4f5acdd4 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 18:46:54 +0000 Subject: (svn r68) -Fix: [1009621] build in pause is now a cheat instead of a patch (truesatan) -Fix: Placing/editing signs signs is possible in paused mode --- variables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index d7ee68713..9efd25bca 100644 --- a/variables.h +++ b/variables.h @@ -128,7 +128,7 @@ typedef struct Patches { byte pf_maxdepth; // maximum recursion depth when searching for a train route for new pathfinder uint16 pf_maxlength; // maximum length when searching for a train route for new pathfinder - bool build_in_pause; // build while in pause mode + bool bridge_pillars; // show bridge pillars for high bridges bool ai_disable_veh_train; // disable types for AI @@ -173,6 +173,7 @@ typedef struct Cheats { Cheat switch_player; // change to another player Cheat money; // get rich Cheat crossing_tunnels; // allow tunnels that cross each other + Cheat build_in_pause; // build while in pause mode } Cheats; VARDEF Cheats _cheats; -- cgit v1.2.3-54-g00ecf