changeset 1943:1996c7ec6053 draft

(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
author matthijs <matthijs@openttd.org>
date Thu, 16 Jun 2005 20:54:37 +0000
parents 1e42db2f8fbe
children 5a6063fd27e5
files console_cmds.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -92,7 +92,7 @@
 {
 	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;
 	}