Skip to content

Commit

Permalink
DREAMWEB: Enable the C++ callback of poolGuard()
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Dec 15, 2011
1 parent 30b4037 commit a6b2b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dreamweb/people.cpp
Expand Up @@ -39,7 +39,7 @@ static void (DreamGenContext::*reelCallbacksCPP[57])(ReelRoutine &) = {
&DreamGenContext::genericPerson /*tattooMan*/, &DreamGenContext::attendant,
&DreamGenContext::keeper, &DreamGenContext::candles1,
&DreamGenContext::smallCandle, &DreamGenContext::security,
&DreamGenContext::copper, /*&DreamGenContext::poolGuard*/NULL,
&DreamGenContext::copper, &DreamGenContext::poolGuard,
&DreamGenContext::rockstar, &DreamGenContext::businessMan,
&DreamGenContext::train, &DreamGenContext::genericPerson /*aide*/,
&DreamGenContext::mugger, &DreamGenContext::helicopter,
Expand Down

0 comments on commit a6b2b9c

Please sign in to comment.