From f12b3a0c1816dc5a8b95132b95025740f6c2b438 Mon Sep 17 00:00:00 2001 From: ludde Date: Sat, 16 Jul 2005 12:30:03 +0000 Subject: (svn r2588) Codechange: Remove PLAYER_SEED_RANDOM --- variables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 011627fe2..94140d9be 100644 --- a/variables.h +++ b/variables.h @@ -83,10 +83,6 @@ VARDEF uint16 _station_tick_ctr; VARDEF uint32 _random_seeds[2][2]; -#ifdef PLAYER_SEED_RANDOM -VARDEF uint32 _player_seeds[MAX_PLAYERS][2]; -#endif - // Iterator through all towns in OnTick_Town VARDEF uint32 _cur_town_ctr; // Frequency iterator at the same place -- cgit v1.2.3-54-g00ecf