diff options
author | Bertrand Augereau | 2011-08-31 23:38:34 +0200 |
---|---|---|
committer | Bertrand Augereau | 2011-09-01 00:02:05 +0200 |
commit | 1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0 (patch) | |
tree | 012d934894b2b9668ff56c38b9a13f70b7a7adc2 /devtools | |
parent | cd5af89557d458e4eef1fd8b0b23c865ce6de3fe (diff) | |
download | scummvm-rg350-1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0.tar.gz scummvm-rg350-1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0.tar.bz2 scummvm-rg350-1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0.zip |
DREAMWEB: 'obicons' 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 658ff74aed..29d24a5e59 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -173,6 +173,7 @@ generator = cpp(context, "DreamGen", blacklist = [ 'obpicture', 'delthisone', 'transferinv', + 'obicons', ], skip_output = [ # These functions are processed but not output 'dreamweb', |