(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

2
ttd.c
View File

@@ -974,7 +974,7 @@ void GameLoop()
if (!_pause && _display_opt&DO_FULL_ANIMATION)
DoPaletteAnimations();
if (!_pause || _patches.build_in_pause)
if (!_pause || _cheats.build_in_pause.value)
MoveAllTextEffects();
MouseLoop();