summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp10
1 files changed, 5 insertions, 5 deletions
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");