Changeset - r1943:20262bf3cc4f
[Not reviewed]
master
0 1 0
matthijs - 19 years ago 2005-06-16 20:54:37
matthijs@openttd.org
(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -92,7 +92,7 @@ DEF_CONSOLE_CMD(ConStopAllVehicles)
 
{
 
	Vehicle* v;
 
	if (argc == 0) {
 
		IConsoleHelp("Stops all vehicles in the game. Use at your own risk... Usage: 'stopall'");
 
		IConsoleHelp("Stops all vehicles in the game. For debugging only! Use at your own risk... Usage: 'stopall'");
 
		return true;
 
	}
 

	
0 comments (0 inline, 0 general)