mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 09:36:39 +03:00
First commit of replay system
This commit is contained in:
parent
75ede35342
commit
8b47a5b9f4
14 changed files with 544 additions and 10 deletions
|
@ -525,7 +525,7 @@ void CPad::UpdatePads(void)
|
|||
ControlsManager.AffectPadFromKeyBoard();
|
||||
ControlsManager.AffectPadFromMouse();
|
||||
|
||||
if ( CReplay::bPlayingBackFromFile )
|
||||
if ( CReplay::IsPlayingBackFromFile() )
|
||||
bUpdate = false;
|
||||
|
||||
if ( bUpdate )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue