summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-15 19:59:27 +0000
committerrubidium <rubidium@openttd.org>2007-10-15 19:59:27 +0000
commit322746ee11100a78e110d97b37c22d87452f8bff (patch)
tree601eba06fa5b573918e61db14239d9e0335bd237 /src/openttd.h
parenta1e1d8536193d1d3eba46077b55b119eda3d8823 (diff)
downloadopenttd-322746ee11100a78e110d97b37c22d87452f8bff.tar.xz
(svn r11269) -Feature: user customisable faces. Patch by BigBB.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 2084f3219..e103921e8 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -88,6 +88,7 @@ enum {
typedef int32 Year;
typedef int32 Date;
+typedef uint32 PlayerFace; ///< player face bits, info see in player_face.h
enum SwitchModes {
SM_NONE = 0,