summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2005-06-16 20:54:37 +0000
committermatthijs <matthijs@openttd.org>2005-06-16 20:54:37 +0000
commitbacc5396e6e6851877da254319301bee6c1c0255 (patch)
tree0d7aaee54ca3b6a54b933d4759300eb2f9ddcad3 /console_cmds.c
parent9cb58e0bb3799224f48a6c9e278b288551c59bec (diff)
downloadopenttd-bacc5396e6e6851877da254319301bee6c1c0255.tar.xz
(svn r2449) * Added an extra warning to the stopall command, "For debugging only!".
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index cb7b57860..132d54dcd 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -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;
}