finally Resource manager rewritten:
-adds patch file support -global _vm removed cleanups svn-id: r18560
This commit is contained in:
parent
546a9d852b
commit
50c2d8954d
40 changed files with 1024 additions and 1516 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue