[Scummvm-cvs-logs] scummvm master -> a6b2b9c7ff19075a159fd53f966d2c66e8ea33cd

bluegr md5 at scummvm.org
Thu Dec 15 23:43:29 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a6b2b9c7ff DREAMWEB: Enable the C++ callback of poolGuard()


Commit: a6b2b9c7ff19075a159fd53f966d2c66e8ea33cd
    https://github.com/scummvm/scummvm/commit/a6b2b9c7ff19075a159fd53f966d2c66e8ea33cd
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-12-15T14:42:25-08:00

Commit Message:
DREAMWEB: Enable the C++ callback of poolGuard()

Changed paths:
    engines/dreamweb/people.cpp



diff --git a/engines/dreamweb/people.cpp b/engines/dreamweb/people.cpp
index d8ebca6..a96af8b 100644
--- a/engines/dreamweb/people.cpp
+++ b/engines/dreamweb/people.cpp
@@ -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,






More information about the Scummvm-git-logs mailing list