mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
TSAGE: Bugfix initialisation of R2R scene 2425 that caused crashes when clicking on items
This commit is contained in:
parent
46ee76b1b4
commit
eb862627f4
@ -1441,7 +1441,7 @@ void Scene2425::postInit(SceneObjectList *OwnerList) {
|
||||
_actor3._lookLineNum = 3;
|
||||
_actor3._talkLineNum = -1;
|
||||
_actor3._useLineNum = 6;
|
||||
g_globals->_sceneItems.addItems(&_actor3, this);
|
||||
g_globals->_sceneItems.push_back(&_actor3);
|
||||
|
||||
_item3.setDetails(12, 2425, 7, -1, 9);
|
||||
_item4.setDetails(Rect(0, 0, 320, 200), 2425, 0, -1, -1, 1, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user