mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-26 06:59:56 +01:00
(svn r24543) -Fix-ish (r24542): Removed unnecessary preprocessor directive
This commit is contained in:
parent
46605e554e
commit
77347682db
@ -46,10 +46,7 @@
|
|||||||
|
|
||||||
/* static */ bool ScriptController::Break(const char* message)
|
/* static */ bool ScriptController::Break(const char* message)
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_NETWORK
|
if (!_network_dedicated || !_settings_client.gui.ai_developer_tools) return false;
|
||||||
if (!_network_dedicated) return false;
|
|
||||||
#endif
|
|
||||||
if (!_settings_client.gui.ai_developer_tools) return false;
|
|
||||||
|
|
||||||
ScriptObject::GetActiveInstance()->Pause();
|
ScriptObject::GetActiveInstance()->Pause();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user