This commit is contained in:
Daveo 2001-08-03 16:40:57 +00:00
parent 699a6d41a8
commit 528a65b43c
6 changed files with 30 additions and 13 deletions

View file

@ -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();
}