Remove debug code.
svn-id: r28268
This commit is contained in:
parent
7059a69bde
commit
92c90ab8d6
1 changed files with 0 additions and 5 deletions
|
@ -1240,11 +1240,6 @@ void AmigaDisk_ns::loadMask(const char *name) {
|
||||||
stream.read(buf, _vm->_screenMaskSize);
|
stream.read(buf, _vm->_screenMaskSize);
|
||||||
buildMask(buf);
|
buildMask(buf);
|
||||||
|
|
||||||
FILE *f = fopen("mask.bin", "wb");
|
|
||||||
fwrite(buf, _vm->_screenMaskSize, 1, f);
|
|
||||||
fclose(f);
|
|
||||||
printf("written\n");
|
|
||||||
|
|
||||||
_vm->_gfx->setMask(buf);
|
_vm->_gfx->setMask(buf);
|
||||||
free(buf);
|
free(buf);
|
||||||
delete s;
|
delete s;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue