(svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in peace as NewGRF relict.
This commit is contained in:
@@ -28,17 +28,11 @@ struct CmdStruct {
|
||||
CmdFlags flags;
|
||||
};
|
||||
|
||||
static void EmitSetX(char *buf, int value);
|
||||
static void EmitSetXY(char *buf, int value);
|
||||
static void EmitSingleChar(char *buf, int value);
|
||||
static void EmitPlural(char *buf, int value);
|
||||
static void EmitGender(char *buf, int value);
|
||||
|
||||
static const CmdStruct _cmd_structs[] = {
|
||||
/* Update position */
|
||||
{"SETX", EmitSetX, SCC_SETX, 0, C_NONE},
|
||||
{"SETXY", EmitSetXY, SCC_SETXY, 0, C_NONE},
|
||||
|
||||
/* Font size */
|
||||
{"TINYFONT", EmitSingleChar, SCC_TINYFONT, 0, C_NONE},
|
||||
{"BIGFONT", EmitSingleChar, SCC_BIGFONT, 0, C_NONE},
|
||||
|
Reference in New Issue
Block a user