summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train.h b/src/train.h
index 49915631c..ad273e035 100644
--- a/src/train.h
+++ b/src/train.h
@@ -303,7 +303,7 @@ protected: // These functions should not be called outside acceleration code.
* have always the same direction as the track under them.
* @return false
*/
- FORCEINLINE bool HasToUseGetSlopeZ()
+ FORCEINLINE bool HasToUseGetSlopePixelZ()
{
return false;
}