Fixes interpreter when not recording or playing back a movie.

This commit is contained in:
rog 2012-11-12 20:20:34 -05:00
parent ab03e9446a
commit 8eb6f9002e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ void Init()
g_bFrameStep = false;
g_bFrameStop = false;
bSaveConfig = false;
iCPUCore = SConfig::GetInstance().m_LocalCoreStartupParameter.iCPUCore;
if (IsPlayingInput())
{
ReadHeader();