summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-14 16:53:38 +0000
committerdominik <dominik@openttd.org>2004-12-14 16:53:38 +0000
commit719686037319207be3bee5bff879c480b7a89a30 (patch)
treee09e6c8a106ac219b9216044e093bbf41a198c8b /saveload.c
parent833ce9840929a22f7e8c96ba6dec1f013a3bbe85 (diff)
downloadopenttd-719686037319207be3bee5bff879c480b7a89a30.tar.xz
(svn r1082) Feature: Chat toolbar
- to chat with all players press Return (or Shift-T) and type in the message - Press Return again to send the message
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c
index ffb6fd280..b85eb9525 100644
--- a/saveload.c
+++ b/saveload.c
@@ -1150,7 +1150,6 @@ void DoExitSave()
{
char buf[200];
sprintf(buf, "%s%sexit.sav", _path.autosave_dir, PATHSEP);
- debug(buf);
SaveOrLoad(buf, SL_SAVE);
}