From ac2b6f39b1f9a1e104fe6859d1a5b7c6afd010f8 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 3 Nov 2006 01:18:40 +0000 Subject: (svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the verb is build/built/built not build/*/build or build/*/builded. --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index 6750c509b..d185237ad 100644 --- a/openttd.c +++ b/openttd.c @@ -641,7 +641,7 @@ static void StartScenario(void) // invalid type if (_file_to_saveload.mode == SL_INVALID) { - printf("Savegame is obsolete or invalid format: %s\n", _file_to_saveload.name); + DEBUG(misc, 0) ("[Sl] Savegame is obsolete or invalid format: %s", _file_to_saveload.name); ShowErrorMessage(INVALID_STRING_ID, STR_4009_GAME_LOAD_FAILED, 0, 0); _game_mode = GM_MENU; return; -- cgit v1.2.3-70-g09d2