mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
ULTIMA1: Fix generation of datafile index
This commit is contained in:
parent
1d28e11285
commit
0a71d8cb6c
@ -54,6 +54,8 @@ void Archive::save() {
|
||||
_file.writeString(ae._name.c_str());
|
||||
_file.writeLong(ae._offset);
|
||||
_file.writeWord(ae._size);
|
||||
|
||||
dataOffset += ae._size;
|
||||
}
|
||||
if (_file.pos() % 2)
|
||||
_file.writeByte(0);
|
||||
|
Loading…
Reference in New Issue
Block a user