Remove MOTD code from input

This commit is contained in:
a1batross 2016-02-17 11:50:07 +03:00
parent bc01fbaba8
commit 4eef59ea00

View File

@ -177,11 +177,11 @@ void IN_Move( float frametime, usercmd_t *cmd )
rel_yaw *= sensitivity->value;
rel_pitch *= sensitivity->value;
}
if(gHUD.m_MOTD.m_bShow)
/*if(gHUD.m_MOTD.m_bShow)
{
gHUD.m_MOTD.scroll += rel_pitch;
}
else
else*/
{
viewangles[PITCH] += rel_pitch;
viewangles[YAW] += rel_yaw;