File diff r8784:f3d6ba8eb078 → r8785:8312063c5ee4
src/players.cpp
Show inline comments
 
@@ -5,13 +5,12 @@
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "engine.h"
 
#include "player_func.h"
 
#include "player_gui.h"
 
#include "town.h"
 
#include "station.h"
 
#include "news_func.h"
 
#include "saveload.h"
 
#include "command_func.h"
 
#include "network/network.h"
 
#include "network/network_internal.h"
 
#include "variables.h"
 
@@ -31,12 +30,13 @@
 
#include "autoreplace_gui.h"
 
#include "string_func.h"
 
#include "ai/default/default.h"
 
#include "ai/trolly/trolly.h"
 
#include "road_func.h"
 
#include "rail.h"
 
#include "sprite.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
 

	
 
Player _players[MAX_PLAYERS];
 
PlayerByte _local_player;