Changeset - r795:81c5ad91ae0f
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-23 21:58:01
truelight@openttd.org
(svn r1265) -Fix: the server can also no longer use the money cheat if the
advertise-mode is active
1 file changed with 3 insertions and 1 deletions:
ttd.c
3
1
0 comments (0 inline, 0 general)
ttd.c
Show inline comments
 
@@ -1303,7 +1303,9 @@ void DebugProc(int i)
 
		*(byte*)0 = 0;
 
		break;
 
	case 1:
 
		DoCommandP(0, -10000000, 0, NULL, CMD_MONEY_CHEAT);
 
		/* Server can not cheat in advertise mode either! */
 
		if (!_networking || !_network_server || !_network_advertise)
 
			DoCommandP(0, -10000000, 0, NULL, CMD_MONEY_CHEAT);
 
		break;
 
	case 2:
 
		UpdateAllStationVirtCoord();
0 comments (0 inline, 0 general)