diff options
author | rubidium <rubidium@openttd.org> | 2008-08-02 22:48:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-02 22:48:43 +0000 |
commit | fe4f23dba23ba7553304961773a74bc1037e12a7 (patch) | |
tree | 579def525f3daf00a22a8597e6be680ed28fd831 /src/misc | |
parent | ad4fdb76fc51d6af87d79c734a94407dca501de3 (diff) | |
download | openttd-fe4f23dba23ba7553304961773a74bc1037e12a7.tar.xz |
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/dbg_helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp index 6db02e8ef..1c34e25b3 100644 --- a/src/misc/dbg_helpers.cpp +++ b/src/misc/dbg_helpers.cpp @@ -49,7 +49,7 @@ CStrA ValueStr(DiagDirection dd) /** SignalType short names. */ static const char* signal_type_names[] = { - "NORMAL", "ENTRY", "EXIT", "COMBO", + "NORMAL", "ENTRY", "EXIT", "COMBO", "PBS", "NOENTRY", }; /** Return name of given SignalType. */ |