31.07.2013, 14:53
i found a bug, when i try to scale the Y it scales the X
to fix it:
go to line 4062 and change:
g_cPlayerAction{ playerid } = ACTION_SCALE_X;
to:
g_cPlayerAction{ playerid } = ACTION_SCALE_Y;
to fix it:
go to line 4062 and change:
g_cPlayerAction{ playerid } = ACTION_SCALE_X;
to:
g_cPlayerAction{ playerid } = ACTION_SCALE_Y;