summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r--src/newgrf_text.cpp5
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()
{