Skip to content

Commit

Permalink
FIX: {PREVIOUS_COLOUR} string control code was not activated for some…
Browse files Browse the repository at this point in the history
… reason. The logic for it is in place.
  • Loading branch information
KeldorKatarn committed Apr 11, 2018
1 parent 524e3e5 commit 9d7c265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/strgen_tables.h
Expand Up @@ -58,6 +58,7 @@ static const CmdStruct _cmd_structs[] = {
{"GRAY", EmitSingleChar, SCC_GRAY, 0, -1, C_DONTCOUNT},
{"DKBLUE", EmitSingleChar, SCC_DKBLUE, 0, -1, C_DONTCOUNT},
{"BLACK", EmitSingleChar, SCC_BLACK, 0, -1, C_DONTCOUNT},
{"PREVIOUS_COLOUR", EmitSingleChar, SCC_PREVIOUS_COLOUR, 0, -1, C_DONTCOUNT},

{"REV", EmitSingleChar, SCC_REVISION, 0, -1, C_NONE}, // openttd revision string

Expand Down

0 comments on commit 9d7c265

Please sign in to comment.