mirror of
https://github.com/halpz/re3.git
synced 2025-05-11 12:46:39 +03:00
Revert "Implemented frontend inputs."
This commit is contained in:
parent
743668c5c4
commit
e8215cf560
24 changed files with 126 additions and 1488 deletions
|
@ -341,11 +341,7 @@ Render2dStuff(void)
|
|||
firstPersonWeapon = true;
|
||||
|
||||
// Draw black border for sniper and rocket launcher
|
||||
#ifndef NO_ROCKET_BORDERS
|
||||
if((weaponType == WEAPONTYPE_SNIPERRIFLE || weaponType == WEAPONTYPE_ROCKETLAUNCHER) && firstPersonWeapon){
|
||||
#else
|
||||
if (weaponType == WEAPONTYPE_SNIPERRIFLE && firstPersonWeapon) {
|
||||
#endif
|
||||
CRGBA black(0, 0, 0, 255);
|
||||
|
||||
// top and bottom strips
|
||||
|
@ -361,7 +357,6 @@ Render2dStuff(void)
|
|||
CSprite2d::DrawRect(CRect(SCREENW / 2 + SCREEN_SCALE_X(210), 0.0f, SCREENW, SCREENH), black);
|
||||
}
|
||||
|
||||
|
||||
MusicManager.DisplayRadioStationName();
|
||||
// TheConsole.Display();
|
||||
/*
|
||||
|
@ -787,7 +782,7 @@ AppEventHandler(RsEvent event, void *param)
|
|||
{
|
||||
|
||||
CameraSize(Scene.camera, (RwRect *)param,
|
||||
DEFAULT_VIEWWINDOW, SCREEN_ASPECT_RATIO);
|
||||
DEFAULT_VIEWWINDOW, DEFAULT_ASPECTRATIO);
|
||||
|
||||
return rsEVENTPROCESSED;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue