diff options
author | Willem Jan Palenstijn | 2011-12-04 20:59:31 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-04 21:01:06 +0100 |
commit | 521512e1c6e6690004549daee5f943ca86f600a8 (patch) | |
tree | 03a498c9141b3e8e6d640f9fe058f56b4d06be9f | |
parent | 8b2f7360ca825587010ca2314f80cce62013c7fc (diff) | |
download | scummvm-rg350-521512e1c6e6690004549daee5f943ca86f600a8.tar.gz scummvm-rg350-521512e1c6e6690004549daee5f943ca86f600a8.tar.bz2 scummvm-rg350-521512e1c6e6690004549daee5f943ca86f600a8.zip |
DREAMWEB: Remove icongraphics8 from skip_binary_data
It is still in use, but its entry in skip_binary_data wasn't getting picked up
due to the capital I anyway.
-rwxr-xr-x | devtools/tasmrecover/tasm-recover | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devtools/tasmrecover/tasm-recover b/devtools/tasmrecover/tasm-recover index 0bdd8d261b..93a89dac2b 100755 --- a/devtools/tasmrecover/tasm-recover +++ b/devtools/tasmrecover/tasm-recover @@ -87,7 +87,6 @@ p = parser(skip_binary_data = [ 'tempcharset', # vgagrafx.asm 'cityname', - 'Icongraphics8', 'shaketable', 'symbolgraphic', 'travelgraphic1', |