From 832952d118b823d393a9dac78e21e7d37e4fab99 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 5 Dec 2011 23:56:08 +0200 Subject: DREAMWEB: Use the correct showGameReel() and addToPeopleList() functions --- engines/dreamweb/people.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engines/dreamweb/people.cpp b/engines/dreamweb/people.cpp index e6e9738f43..1d0e77f6f0 100644 --- a/engines/dreamweb/people.cpp +++ b/engines/dreamweb/people.cpp @@ -412,16 +412,16 @@ void DreamGenContext::edenInBath(ReelRoutine &routine) { if (data.byte(kGeneraldead) == 0 || data.byte(kSartaindead) != 0) return; - showGameReel(); - addToPeopleList(); + showGameReel(&routine); + addToPeopleList(&routine); } void DreamGenContext::louis(ReelRoutine &routine) { if (data.byte(kRockstardead) != 0) return; - showGameReel(); - addToPeopleList(); + showGameReel(&routine); + addToPeopleList(&routine); } } /*namespace dreamgen */ -- cgit v1.2.3