From 1c8949bc6890c5ab126e7f5914b852485e7ff02f Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Wed, 29 Sep 2004 07:53:23 +0000 Subject: *** empty log message *** --- src/gui/chat.h | 1 - src/main.cpp | 2 +- src/main.h | 4 ++-- src/map.cpp | 2 +- src/map.h | 2 +- src/sound/sound.cpp | 28 +++++++++++++++------------- 6 files changed, 20 insertions(+), 19 deletions(-) (limited to 'src') diff --git a/src/gui/chat.h b/src/gui/chat.h index cfe16beb..ea1637b4 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -28,7 +28,6 @@ #include #include #include -#include using namespace std; diff --git a/src/main.cpp b/src/main.cpp index 62f3eba1..cc347ec4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -/** +/* The Mana World Copyright 2004 The Mana World Development Team diff --git a/src/main.h b/src/main.h index 5f22e0cb..35e20456 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ -/** +/* The Mana World Copyright 2004 The Mana World Development Team @@ -33,7 +33,7 @@ #include #include "log.h" -#include "game.h" +#include "game.h" #include "./net/protocol.h" #include "./gui/login.h" #include "./gui/gui.h" diff --git a/src/map.cpp b/src/map.cpp index f539bcc6..39f38010 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -1,4 +1,4 @@ -/** +/* The Mana World Copyright 2004 The Mana World Development Team diff --git a/src/map.h b/src/map.h index 4c33928d..0ddccf2e 100644 --- a/src/map.h +++ b/src/map.h @@ -1,4 +1,4 @@ -/** +/* The Mana World Copyright 2004 The Mana World Development Team diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index 3df95e65..078d0f91 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -174,15 +174,15 @@ void TmwSound::StartMIDI(char *in, int loop) { and S3M (in UMX extension) */ void TmwSound::StartMOD(char * in, int loop) { - if(isOk==-1) - return; - - mod = load_mod(in); - if(!mod) { - isOk=-1; - throw("Error reading MOD file..."); - } - play_mod(mod, TRUE); + if(isOk==-1) + return; + + mod = load_mod(in); + if(!mod) { + isOk=-1; + throw("Error reading MOD file..."); + } + play_mod(mod, TRUE); } /** @@ -291,9 +291,11 @@ void TmwSound::Close(void) { isOk = -1; } -/** PRIVATE */ - +/** + checks if value equals min-/maximum volume and returns + true if that's the case. +*/ bool TmwSound::isMaxVol(int vol) { - if( vol > 0 && vol < 255 ) return false; - else return true; + if( vol > 0 && vol < 255 ) return false; + else return true; } -- cgit v1.2.3-70-g09d2