Updated sizing/positioning on Techno Motion to better match arcade

This commit is contained in:
Geoff Benson
2004-06-23 12:12:22 +00:00
parent b715153e71
commit e0c7539a42
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ float ArrowGetZoom( PlayerNumber pn )
/* Hack: make STYLE_TECHNO_VERSUS8 fit. */
if( GAMESTATE->m_CurGame == GAME_TECHNO &&
GAMESTATE->m_CurStyle == STYLE_TECHNO_VERSUS8 )
return 0.8f;
return 0.6f;
return 1.0f;
}