diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-14 19:35:27 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-14 19:35:27 +0000 |
commit | 55494057bd7e1ae5e6260816b1c5b2a84e2ff573 (patch) | |
tree | e8dac9033909041361c1ca72d8955884f2a85b7f /src/utils | |
parent | 1ccc963719897ca290104f42adc9c37b792feb7a (diff) | |
download | mana-55494057bd7e1ae5e6260816b1c5b2a84e2ff573.tar.gz mana-55494057bd7e1ae5e6260816b1c5b2a84e2ff573.tar.bz2 mana-55494057bd7e1ae5e6260816b1c5b2a84e2ff573.tar.xz mana-55494057bd7e1ae5e6260816b1c5b2a84e2ff573.zip |
Removed the rather useless remaining draw function from the engine class and
fixed an issue with fading out damage texts (they were sometimes fully opaque
at the end of fading out).
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/wingettimeofday.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/utils/wingettimeofday.h b/src/utils/wingettimeofday.h index 0f8b767a..a5537f39 100644 --- a/src/utils/wingettimeofday.h +++ b/src/utils/wingettimeofday.h @@ -1,5 +1,5 @@ /*
- * The Mana World Server
+ * The Mana World
* Copyright 2004 The Mana World Development Team
*
* This file is part of The Mana World.
@@ -17,10 +17,12 @@ * You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * $Id$
*/
-#ifndef _TMWSERV_WINGETTIMEOFDAY_H_
-#define _TMWSERV_WINGETTIMEOFDAY_H_
+#ifndef _TMW_WINGETTIMEOFDAY_H_
+#define _TMW_WINGETTIMEOFDAY_H_
#ifdef WIN32
|