From ff63c0e4a73f56558de77f255765e68b662008f6 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 28 Dec 2004 17:28:21 +0000 Subject: Make stats window display numbers instead of characters. --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 20206e6b..07eafbf0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -276,15 +276,15 @@ int main() { init_engine(); // initialize sound-engine and start playing intro-theme /-kth5 try { - if(config.getValue("sound", 0)==1) - sound.Init(32,20); - sound.SetVol(128,128,128); - } catch(const char * err) { + if (config.getValue("sound", 0) == 1) + sound.Init(32, 20); + sound.SetVol(128, 128, 128); + } catch (const char *err) { ok("Sound Engine", err); warning(err); } - while(state!=EXIT) { + while (state != EXIT) { switch(state) { case LOGIN: status("LOGIN"); -- cgit v1.2.3-70-g09d2