mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Oops. Crappy dump code doesn't belong to global repository.
svn-id: r27950
This commit is contained in:
parent
d87e8c81aa
commit
65ac39fb8b
@ -1178,11 +1178,6 @@ Cnv* AmigaDisk::loadTalk(const char *name) {
|
||||
Cnv *cnv = makeCnv(*s);
|
||||
delete s;
|
||||
|
||||
FILE *f = fopen(name, "wb");
|
||||
fwrite(cnv->_data, cnv->_height*cnv->_width, cnv->_count, f);
|
||||
fclose(f);
|
||||
|
||||
|
||||
return cnv;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user