From b1a9e317d4d607740dbe32def6959790fd972221 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 6 Nov 2002 03:40:41 +0000 Subject: update formating of -z output to reflect long simon game names svn-id: r5432 --- common/gameDetector.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index b50bf41e88..3102c26379 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -174,8 +174,8 @@ void GameDetector::list_games() const VersionSettings *v = version_settings; char config[4] = ""; - printf("Game SCUMM ver Full Title Config\n" - "----------- ----------- ---------------------------------------------- -------\n"); + printf("Game SCUMM ver Full Title Config\n" + "------------- --------- ---------------------------------------------- -------\n"); while (v->filename && v->gamename) { if (g_config->has_domain(v->filename)) { @@ -186,10 +186,10 @@ void GameDetector::list_games() } if (v->major != 99) - printf("%-12s%d.%d.%d\t%-47s%s\n", v->filename, + printf("%-14s%d.%d.%d\t%-47s%s\n", v->filename, v->major, v->middle, v->minor, v->gamename, config); else - printf("%-12s%-7s\t%-47s%s\n", v->filename, "n/a", + printf("%-14s%-7s\t%-47s%s\n", v->filename, "n/a", v->gamename, config); v++; -- cgit v1.2.3