summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-02 01:17:11 +0000
committerrubidium <rubidium@openttd.org>2007-03-02 01:17:11 +0000
commit5b4b9cbd5c185ac5a5de1ffba40fa3d6f51c3882 (patch)
treeb045a4c93b01abf5447be66d16bd305c4e9dcb4f /src/economy.cpp
parentf414b1d8e2077cd8bc3fb788345acd446acd0571 (diff)
downloadopenttd-5b4b9cbd5c185ac5a5de1ffba40fa3d6f51c3882.tar.xz
(svn r8969) -Codechange: rework of the player face bits.
- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer - replace tons of ifs/switches/magic numbers by table lookups
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 24e4c9515..02895243d 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -36,6 +36,7 @@
#include "unmovable.h"
#include "date.h"
#include "cargotype.h"
+#include "player_face.h"
/* Score info */
const ScoreInfo _score_info[] = {