(svn r19544) -Feature [FS#3496]: add an input box to the AI Debug window where you can input a break string (patch by Zuu)
This commit is contained in:
@@ -173,6 +173,7 @@ CommandCost CmdPause(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2,
|
||||
} else {
|
||||
_pause_mode = _pause_mode | p1;
|
||||
}
|
||||
InvalidateWindowClassesData(WC_AI_DEBUG, -2);
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
NetworkHandlePauseChange(prev_mode, (PauseMode)p1);
|
||||
|
Reference in New Issue
Block a user