mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 18:16:37 +03:00
CWeaponEffects(autoaim crosshair) done, CGame done. restored some original R* names
This commit is contained in:
parent
c056871e07
commit
194ddc5f40
30 changed files with 596 additions and 132 deletions
|
@ -90,7 +90,6 @@ void DoFade(void);
|
|||
void Render2dStuffAfterFade(void);
|
||||
|
||||
CSprite2d *LoadSplash(const char *name);
|
||||
void DestroySplashScreen(void);
|
||||
|
||||
|
||||
extern void (*DebugMenuProcess)(void);
|
||||
|
@ -327,7 +326,7 @@ DoRWStuffEndOfFrame(void)
|
|||
{
|
||||
CDebug::DisplayScreenStrings(); // custom
|
||||
CDebug::DebugDisplayTextBuffer();
|
||||
// FlushObrsPrintfs();
|
||||
FlushObrsPrintfs();
|
||||
RwCameraEndUpdate(Scene.camera);
|
||||
RsCameraShowRaster(Scene.camera);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue