From 719686037319207be3bee5bff879c480b7a89a30 Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 14 Dec 2004 16:53:38 +0000 Subject: (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 --- saveload.c | 1 - 1 file changed, 1 deletion(-) (limited to 'saveload.c') 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); } -- cgit v1.2.3-54-g00ecf