diff options
author | Bertrand Augereau | 2011-11-28 17:03:07 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-28 17:07:52 +0100 |
commit | 23aa97f3b801868b55244ce6799a36869b04c913 (patch) | |
tree | 9dd16acb22c6ed9951bb90a6d64bd590ef0c2659 /devtools/tasmrecover | |
parent | 9d5a831c10e4f7f006ea65d03db2615d47f1be25 (diff) | |
download | scummvm-rg350-23aa97f3b801868b55244ce6799a36869b04c913.tar.gz scummvm-rg350-23aa97f3b801868b55244ce6799a36869b04c913.tar.bz2 scummvm-rg350-23aa97f3b801868b55244ce6799a36869b04c913.zip |
DREAMWEB: 'getlocation' and 'setlocation' ported to C++
Diffstat (limited to 'devtools/tasmrecover')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index a9963d23df..9fb76eb0e4 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -305,6 +305,8 @@ generator = cpp(context, "DreamGen", blacklist = [ 'showfolder', 'showleftpage', 'showrightpage', + 'getlocation', + 'setlocation', ], skip_output = [ # These functions are processed but not output 'dreamweb', |