1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(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
This commit is contained in:
darkvater
2004-08-16 18:46:54 +00:00
parent 4587ede35d
commit 255a1ad941
20 changed files with 43 additions and 35 deletions

View File

@@ -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;