mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-01-18 23:51:51 +00:00
Fix "wrong way" message being off-center in widescreen
This commit is contained in:
parent
52a77b8162
commit
2010b17a0f
1 changed files with 2 additions and 1 deletions
|
@ -352,8 +352,9 @@ static float CG_DrawArrowToCheckpoint( float y ) {
|
||||||
CG_Draw3DLine( cent->currentState.origin, cg.snap->ps.origin );
|
CG_Draw3DLine( cent->currentState.origin, cg.snap->ps.origin );
|
||||||
|
|
||||||
*/
|
*/
|
||||||
// CG_SetScreenPlacement(PLACE_CENTER, PLACE_CENTER);
|
CG_SetScreenPlacement(PLACE_CENTER, PLACE_CENTER);
|
||||||
CG_DrawStringExt( x, SCREEN_HEIGHT * .30, "WRONG WAY!", color, qfalse, qtrue, BIGCHAR_WIDTH, (int)(BIGCHAR_WIDTH * 1.5), 0 );
|
CG_DrawStringExt( x, SCREEN_HEIGHT * .30, "WRONG WAY!", color, qfalse, qtrue, BIGCHAR_WIDTH, (int)(BIGCHAR_WIDTH * 1.5), 0 );
|
||||||
|
CG_PopScreenPlacement();
|
||||||
|
|
||||||
return y;
|
return y;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue