mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 08:19:19 +00:00
QDENGINE: Add missing newline in parallax_offset in XML output
This commit is contained in:
parent
58273a44cb
commit
a6c72e8ea0
@ -100,7 +100,7 @@ bool qdGameObject::save_script_body(Common::WriteStream &fh, int indent) const {
|
||||
for (int i = 0; i <= indent; i++) {
|
||||
fh.writeString("\t");
|
||||
}
|
||||
fh.writeString(Common::String::format("<parallax_offset>%d %d</parallax_offset>", _parallax_offset.x, _parallax_offset.y));
|
||||
fh.writeString(Common::String::format("<parallax_offset>%d %d</parallax_offset>\r\n", _parallax_offset.x, _parallax_offset.y));
|
||||
}
|
||||
|
||||
if (flags()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user