Changeset - r15066:bfafc72376f1
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-04-24 07:30:08
rubidium@openttd.org
(svn r19702) -Add: {HEX} to strgen
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/table/strgen_tables.h
Show inline comments
 
@@ -94,6 +94,7 @@ static const CmdStruct _cmd_structs[] = 
 
	{"NUM",             EmitSingleChar, SCC_NUM,                1, C_NONE}, // Signed number
 
	{"ZEROFILL_NUM",    EmitSingleChar, SCC_ZEROFILL_NUM,       2, C_NONE}, // Unsigned number with zero fill, e.g. "02". First parameter is number, second minimum length
 
	{"BYTES",           EmitSingleChar, SCC_BYTES,              1, C_NONE}, // Unsigned number with "bytes", i.e. "1.02 MiB or 123 KiB"
 
	{"HEX",             EmitSingleChar, SCC_HEX,                1, C_NONE}, // Hexadecimally printed number
 

	
 
	{"CURRENCY",        EmitSingleChar, SCC_CURRENCY,           1, C_NONE},
 

	
0 comments (0 inline, 0 general)