mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 01:46:17 +00:00
cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
@ -29,6 +29,7 @@ CDraw::FindAspectRatio(void)
|
||||
switch (FrontEndMenuManager.m_PrefsUseWideScreen) {
|
||||
case AR_AUTO:
|
||||
return SCREEN_WIDTH / SCREEN_HEIGHT;
|
||||
default:
|
||||
case AR_4_3:
|
||||
return 4.0f / 3.0f;
|
||||
case AR_16_9:
|
||||
|
Reference in New Issue
Block a user