(svn r20019) -Codechange: Apply function code style to a few small functions.

This commit is contained in:
alberth
2010-06-26 14:51:27 +00:00
parent 7edf06f6d9
commit a25db128cc
2 changed files with 13 additions and 3 deletions

View File

@@ -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()
{