forked from mirror/OpenTTD
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
This commit is contained in:
@@ -34,7 +34,7 @@ void CleanUpGRFText(struct GRFText *grftext);
|
||||
|
||||
bool CheckGrfLangID(byte lang_id, byte grf_version);
|
||||
|
||||
void PrepareTextRefStackUsage(byte numEntries);
|
||||
void StartTextRefStackUsage(byte numEntries);
|
||||
void StopTextRefStackUsage();
|
||||
void SwitchToNormalRefStack();
|
||||
void SwitchToErrorRefStack();
|
||||
|
Reference in New Issue
Block a user