forked from mirror/OpenTTD
(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32
This commit is contained in:
@@ -10,14 +10,8 @@ static inline char* InlineString(char* buf, uint16 string)
|
||||
}
|
||||
|
||||
char *GetString(char *buffr, uint16 string);
|
||||
|
||||
void InjectDParam(int amount);
|
||||
|
||||
int32 GetParamInt32(void);
|
||||
int GetParamInt16(void);
|
||||
int GetParamInt8(void);
|
||||
int GetParamUint16(void);
|
||||
|
||||
uint GetCurrentCurrencyRate(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user