TSAGE: R2R - Fix a couple of compilation errors not detected by MSVC

Thanks Kirben for pointing those
This commit is contained in:
Strangerke 2012-01-31 01:02:37 +01:00
parent 3e8547ebc1
commit 4dffd4c1db
2 changed files with 2 additions and 2 deletions

View File

@ -4518,7 +4518,7 @@ bool Scene600::Item4::startAction(CursorType action, Event &event) {
scene->_actor2.postInit();
scene->_sceneMode = 612;
setAction(&scene->_sequenceManager1, this, 612, &scene->_actor3, &scene->_actor2, R2_GLOBALS._player, NULL);
setAction(&scene->_sequenceManager1, this, 612, &scene->_actor3, &scene->_actor2, &R2_GLOBALS._player, NULL);
return true;
}

View File

@ -586,7 +586,7 @@ public:
Scene600();
virtual void postInit(SceneObjectList *OwnerList = NULL);
virtual void Scene600::remove();
virtual void remove();
virtual void signal();
virtual void process(Event &event);
virtual void dispatch();