diff --git a/source/modules/games/GP2EAF-0.lua b/source/modules/games/GP2EAF-0.lua index 1c29ed6..10a1dbd 100644 --- a/source/modules/games/GP2EAF-0.lua +++ b/source/modules/games/GP2EAF-0.lua @@ -19,4 +19,6 @@ function game.translateJoyStick(x, y) return x + math.sin(angle) * mag * near * 0.25, y + math.cos(angle) * mag * near * 0.25 end +game.translateCStick = game.translateJoyStick + return game \ No newline at end of file