finally Resource manager rewritten:

-adds patch file support
-global _vm removed

cleanups

svn-id: r18560
This commit is contained in:
Andrew Kurushin 2005-07-19 19:05:52 +00:00
parent 546a9d852b
commit 50c2d8954d
40 changed files with 1024 additions and 1516 deletions

View file

@ -44,6 +44,7 @@
#include "saga/scene.h"
#include "saga/isomap.h"
#include "saga/resnames.h"
#include "common/config-manager.h"
@ -1271,7 +1272,7 @@ void Script::sfPlacard(SCRIPTFUNC_PARAMS) {
q_event = _vm->_events->chain(q_event, &event);
_vm->_scene->getBGPal(&pal);
_vm->_scene->getBGPal(pal);
event.type = IMMEDIATE_EVENT;
event.code = PAL_EVENT;
@ -1327,7 +1328,7 @@ void Script::sfPlacardOff(SCRIPTFUNC_PARAMS) {
q_event = _vm->_events->chain(q_event, &event);
_vm->_scene->getBGPal(&pal);
_vm->_scene->getBGPal(pal);
event.type = IMMEDIATE_EVENT;
event.code = PAL_EVENT;