(svn r20019) -Codechange: Apply function code style to a few small functions.
This commit is contained in:
@@ -614,7 +614,10 @@ void PrepareTextRefStackUsage(byte numEntries)
|
||||
}
|
||||
|
||||
/** Stop using the TTDP compatible string code parsing */
|
||||
void StopTextRefStackUsage() { _newgrf_textrefstack->used = false; }
|
||||
void StopTextRefStackUsage()
|
||||
{
|
||||
_newgrf_textrefstack->used = false;
|
||||
}
|
||||
|
||||
void SwitchToNormalRefStack()
|
||||
{
|
||||
|
Reference in New Issue
Block a user