From e76a6e3d2cc40e382e2ca1c7348e36a4082a221b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 2 Jan 2005 16:31:19 +0000 Subject: Got rid of hairset.dat and playerset.dat. --- src/game.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 181a6ce0..148596f1 100644 --- a/src/game.h +++ b/src/game.h @@ -21,13 +21,13 @@ * $Id$ */ +#ifndef _TMW_GAME_H +#define _TMW_GAME_H + #ifdef WIN32 #pragma warning (disable:4312) #endif -#ifndef _GAME_H -#define _GAME_H - #include "main.h" #include "./gui/gui.h" #include "./gui/skill.h" @@ -38,9 +38,6 @@ #define EMOTION_TIME 40 #define SPEECH_MAX_TIME 100 -#define MAKECOL_WHITE makecol(255,255,255) -#define MAKECOL_BLACK makecol(0,0,0) - // Action defines #define STAND 0 #define WALK 1 -- cgit v1.2.3-60-g2f50