Add string control code to consume an argument.

This commit is contained in:
Jonathan G Rennison
2017-03-29 21:15:11 +01:00
parent 7194e19380
commit 688ee9ac11
3 changed files with 8 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ enum StringControlCode {
SCC_BLACK,
SCC_PREVIOUS_COLOUR,
SCC_CONSUME_ARG,
/**
* The next variables are part of a NewGRF subsystem for creating text strings.
* It uses a "stack" of bytes and reads from there.