summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:36:43 +0000
committertron <tron@openttd.org>2005-07-21 19:36:43 +0000
commite53c4db866021b07baace56f999be93920cd0f19 (patch)
tree29fd622967555974430109d40525b6a56175d6c2 /variables.h
parent284d9ed7fb9704f043220414efe0886aa2fa158e (diff)
downloadopenttd-e53c4db866021b07baace56f999be93920cd0f19.tar.xz
(svn r2664) Remove depedency on player.h from variables.h
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/variables.h b/variables.h
index 7e116f5b6..bdc8752d0 100644
--- a/variables.h
+++ b/variables.h
@@ -1,8 +1,6 @@
#ifndef VARIABLES_H
#define VARIABLES_H
-#include "player.h"
-
// ********* START OF SAVE REGION
#if !defined(MAX_PATH)
# define MAX_PATH 260
@@ -265,9 +263,6 @@ VARDEF int _timer_counter;
VARDEF byte _cur_year;
VARDEF byte _cur_month;
-// NOSAVE: can be determined from player structs
-VARDEF byte _player_colors[MAX_PLAYERS];
-
VARDEF bool _in_state_game_loop;
VARDEF uint32 _frame_counter;
@@ -289,7 +284,6 @@ VARDEF StringID _error_message_2;
VARDEF int32 _additional_cash_required;
VARDEF uint32 _decode_parameters[20];
-VARDEF PlayerID _current_player;
VARDEF int _docommand_recursive;