diff options
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r-- | src/newgrf_text.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 112a3b2cf..c22a855cf 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -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() { |