Changed direction in which the GP entries are resorted: karts going up towards
the top will be moving to the left side, karts going down to the right side. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5712 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ec0ec1ea64
commit
b13ba3ac37
@ -265,7 +265,7 @@ void RaceResultGUI::renderGlobal(float dt)
|
||||
m_current_displayed_points[i] = (float)m_new_overall_points[i];
|
||||
break;
|
||||
case RR_RESORT_TABLE:
|
||||
x = m_x_pos[i] +m_radius[i]*sin(m_timer/m_time_rotation*M_PI);
|
||||
x = m_x_pos[i] -m_radius[i]*sin(m_timer/m_time_rotation*M_PI);
|
||||
y = m_centre_point[i]+m_radius[i]*cos(m_timer/m_time_rotation*M_PI);
|
||||
break;
|
||||
case RR_WAIT_TILL_END:
|
||||
|
Loading…
x
Reference in New Issue
Block a user