diff options
Diffstat (limited to 'engines/dreamweb/stubs.cpp')
-rw-r--r-- | engines/dreamweb/stubs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 10ecd3a9bc..1f10f489b8 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() { |