(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)

This commit is contained in:
rubidium
2008-08-02 22:48:43 +00:00
parent ad4fdb76fc
commit fe4f23dba2
9 changed files with 138 additions and 31 deletions

View File

@@ -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. */