aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/lever_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/lever_control.h b/engines/zvision/lever_control.h
index b5677a269e..80fda4f5fd 100644
--- a/engines/zvision/lever_control.h
+++ b/engines/zvision/lever_control.h
@@ -48,7 +48,7 @@ private:
};
struct Direction {
- Direction(uint angle, uint toFrame) : angle(angle), toFrame(toFrame) {}
+ Direction(uint a, uint t) : angle(a), toFrame(t) {}
uint angle;
uint toFrame;