diff options
author | Bertrand Augereau | 2011-08-25 08:03:27 +0200 |
---|---|---|
committer | Bertrand Augereau | 2011-08-25 08:12:27 +0200 |
commit | 50fdbd34b831243166df98262cadad089e4c292b (patch) | |
tree | 5cd295391a7cd57b2a88fb5195e42a6e1e7d013a /devtools | |
parent | 24afa11b352ac4012e25426c3a3858e192fb1299 (diff) | |
download | scummvm-rg350-50fdbd34b831243166df98262cadad089e4c292b.tar.gz scummvm-rg350-50fdbd34b831243166df98262cadad089e4c292b.tar.bz2 scummvm-rg350-50fdbd34b831243166df98262cadad089e4c292b.zip |
DREAMWEB: 'waitframes' ported to C++
Diffstat (limited to 'devtools')
-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 520419b20e..6596d4ef23 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -160,6 +160,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'readmouse2', 'readmouse3', 'readmouse4', + 'waitframes', ], skip_output = [ # These functions are processed but not output 'dreamweb', |