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

digitall digitall at scummvm.org
Wed Dec 7 18:01:58 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:
bb479f6d7a DREAMWEB: 'deallocatemem' blacklisted, already ported to C++.


Commit: bb479f6d7a950b253ac8776959a6df63c564108f
    https://github.com/scummvm/scummvm/commit/bb479f6d7a950b253ac8776959a6df63c564108f
Author: D G Turner (digitall at scummvm.org)
Date: 2011-12-07T08:59:49-08:00

Commit Message:
DREAMWEB: 'deallocatemem' blacklisted, already ported to C++.

Changed paths:
    devtools/tasmrecover/tasm-recover
    engines/dreamweb/stubs.h



diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover
index 88a8ab0..386e938 100755
--- a/devtools/tasmrecover/tasm-recover
+++ b/devtools/tasmrecover/tasm-recover
@@ -224,6 +224,7 @@ generator = cpp(context, "DreamGen", blacklist = [
 	'credits',
 	'crosshair',
 	'dealwithspecial',
+	'deallocatemem',
 	'delchar',
 	'delcurs',
 	'deletetaken',
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index db59ab8..4b22ee0 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -29,6 +29,7 @@
 	void switchRyanOn();
 	void switchRyanOff();
 	uint16 allocateMem(uint16 paragraphs);
+	void deallocateMem();
 	void deallocateMem(uint16 segment);
 	uint8 *workspace();
 	uint8 *textUnder();






More information about the Scummvm-git-logs mailing list