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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp
index 7cb94bd0a..6cf10f1c8 100644
--- a/src/newgrf_text.cpp
+++ b/src/newgrf_text.cpp
@@ -597,7 +597,7 @@ static TextRefStack *_newgrf_textrefstack = &_newgrf_normal_textrefstack;
*/
void PrepareTextRefStackUsage(byte numEntries)
{
- extern TemporaryStorageArray<uint32, 0x110> _temp_store;
+ extern TemporaryStorageArray<int32, 0x110> _temp_store;
_newgrf_textrefstack->ResetStack();