From b67bca20b5db7f3d6473341efd7fabfa6532f465 Mon Sep 17 00:00:00 2001 From: Peter Kohaut Date: Sat, 10 Sep 2016 18:16:17 +0200 Subject: BLADERUNNER: Pull in changes from madmoose --- engines/bladerunner/waypoints.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/bladerunner/waypoints.cpp') diff --git a/engines/bladerunner/waypoints.cpp b/engines/bladerunner/waypoints.cpp index 60d3422520..3229aafd86 100644 --- a/engines/bladerunner/waypoints.cpp +++ b/engines/bladerunner/waypoints.cpp @@ -9,7 +9,7 @@ Waypoints::Waypoints(BladeRunnerEngine* vm, int count) { Waypoints::~Waypoints() { } -void Waypoints::getXyz(int waypointId, float *x, float *y, float *z) { +void Waypoints::getXYZ(int waypointId, float *x, float *y, float *z) { *x = 0; *y = 0; *z = 0; @@ -64,4 +64,4 @@ float Waypoints::getZ(int waypointId) { return _waypoints[waypointId]._position.z; } -} \ No newline at end of file +} // End of namespace BladeRunner -- cgit v1.2.3