ttd.c
changeset 1772 a619792528e9
parent 1764 e72cee59c273
child 1829 e90fe433fa7d
--- a/ttd.c	Fri May 06 18:34:28 2005 +0000
+++ b/ttd.c	Fri May 06 20:38:18 2005 +0000
@@ -1413,22 +1413,3 @@
 
 	return true;
 }
-
-void DebugProc(int i)
-{
-	switch(i) {
-	case 0:
-		*(byte*)0 = 0;
-		break;
-	case 1:
-		/* Server can not cheat in advertise mode either! */
-#ifdef ENABLE_NETWORK
-		if (!_networking || !_network_server || !_network_advertise)
-#endif /* ENABLE_NETWORK */
-			DoCommandP(0, -10000000, 0, NULL, CMD_MONEY_CHEAT);
-		break;
-	case 2:
-		UpdateAllStationVirtCoord();
-		break;
-	}
-}