diff options
author | Bertrand Augereau | 2011-11-20 21:13:46 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-20 21:22:16 +0100 |
commit | 57fc322992046e4a8fc1dd0b1969843430ad7795 (patch) | |
tree | f74e722e9385feac2e7c260a70575a356c70efef /devtools/tasmrecover | |
parent | 2d4197381e251bcb71fdf452606c5f6fcc2d8561 (diff) | |
download | scummvm-rg350-57fc322992046e4a8fc1dd0b1969843430ad7795.tar.gz scummvm-rg350-57fc322992046e4a8fc1dd0b1969843430ad7795.tar.bz2 scummvm-rg350-57fc322992046e4a8fc1dd0b1969843430ad7795.zip |
DREAMWEB: 'screenupdate' ported to C++
Diffstat (limited to 'devtools/tasmrecover')
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index b90f0b65f5..8b0797accb 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -31,6 +31,7 @@ p.link() generator = cpp(context, "DreamGen", blacklist = [ # These functions are not processed 'randomnumber', + 'screenupdate', 'startup', 'startup1', 'switchryanon', |