mirror of
https://github.com/td512/re3.git
synced 2026-01-28 13:18:40 +00:00
First commit of replay system
This commit is contained in:
@@ -525,7 +525,7 @@ void CPad::UpdatePads(void)
|
||||
ControlsManager.AffectPadFromKeyBoard();
|
||||
ControlsManager.AffectPadFromMouse();
|
||||
|
||||
if ( CReplay::bPlayingBackFromFile )
|
||||
if ( CReplay::IsPlayingBackFromFile() )
|
||||
bUpdate = false;
|
||||
|
||||
if ( bUpdate )
|
||||
|
||||
Reference in New Issue
Block a user