[Scummvm-cvs-logs] scummvm master -> 64db457b7f19d3f80affe5557d7817219bae4185

bluegr md5 at scummvm.org
Wed Aug 24 20:47:16 CEST 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:
64db457b7f DREAMWEB: Use the correct error() call


Commit: 64db457b7f19d3f80affe5557d7817219bae4185
    https://github.com/scummvm/scummvm/commit/64db457b7f19d3f80affe5557d7817219bae4185
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-08-24T11:42:21-07:00

Commit Message:
DREAMWEB: Use the correct error() call

Changed paths:
    engines/dreamweb/stubs.cpp



diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 10ecd3a..1f10f48 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -696,7 +696,7 @@ void DreamGenContext::getroomdata(uint8 roomIndex) {
 	// It isn't called anywhere right now, so just throw an error if it's
 	// ever called.
 	//getroomdata(roomIndex);
-	error("getroomdata() with roomIndex param called");
+	::error("getroomdata() with roomIndex param called");
 }
 
 void DreamGenContext::startloading() {






More information about the Scummvm-git-logs mailing list