From ac528411df2e42e066ab301517bd85743162f356 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/variables.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index 11f5d3e90..253956d53 100644 --- a/src/variables.h +++ b/src/variables.h @@ -86,8 +86,6 @@ VARDEF StringID _error_message; VARDEF bool _rightclick_emulate; -VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg - /* IN/OUT parameters to commands */ VARDEF TileIndex _build_tunnel_endtile; VARDEF bool _generating_world; -- cgit v1.2.3-54-g00ecf