This commit is contained in:
parent
699a6d41a8
commit
528a65b43c
6 changed files with 30 additions and 13 deletions
|
@ -86,6 +86,10 @@ FX
|
|||
#include "save\save.h"
|
||||
#endif
|
||||
|
||||
#ifndef __VID_HEADER_
|
||||
#include "system\vid.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* Std Lib
|
||||
|
@ -1260,6 +1264,7 @@ void CFmaScene::init()
|
|||
|
||||
m_stillProcessingCommand=false;
|
||||
m_doOtherProcessing=false;
|
||||
StopLoad();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue