From 375298f69a69e478447feab360fa9296b53e2698 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sat, 25 Jun 2011 17:28:51 +0400 Subject: DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, added modifychar stub --- engines/dreamweb/stubs.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/dreamweb/stubs.cpp') diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 1869f1b109..55e5fba2ac 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -525,4 +525,8 @@ void DreamGenContext::frameoutv() { } } +void DreamGenContext::modifychar() { + al = engine->modifyChar(al); +} + } /*namespace dreamgen */ -- cgit v1.2.3