summaryrefslogtreecommitdiff
path: root/src/newgrf_industrytiles.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-07-03 13:49:29 +0000
committerfrosch <frosch@openttd.org>2011-07-03 13:49:29 +0000
commitf93c8ce5aaf8e02bd7e3325f3b84530e9bcda7f4 (patch)
treeff6d3110876298d3d5ba201c299066dfc847939a /src/newgrf_industrytiles.cpp
parentd29def43b072864fd80495b1ff786476e094c771 (diff)
downloadopenttd-f93c8ce5aaf8e02bd7e3325f3b84530e9bcda7f4.tar.xz
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
Diffstat (limited to 'src/newgrf_industrytiles.cpp')
-rw-r--r--src/newgrf_industrytiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp
index a69d655cb..efaa5c3f6 100644
--- a/src/newgrf_industrytiles.cpp
+++ b/src/newgrf_industrytiles.cpp
@@ -310,7 +310,7 @@ CommandCost PerformIndustryTileSlopeCheck(TileIndex ind_base_tile, TileIndex ind
/* Copy some parameters from the registers to the error message text ref. stack */
SwitchToErrorRefStack();
- PrepareTextRefStackUsage(4);
+ StartTextRefStackUsage(4);
SwitchToNormalRefStack();
switch (callback_res) {