2 Commits

Author SHA1 Message Date
troglodyte9
4d200a589d Fixed dangling pointer issue (#1209) 2026-03-13 20:32:02 +00:00
rtm516
4e4e4dff0a Remove all old binka redist files (#1116)
* Remove all old binka redist files

* Delete x64/Debug/Effects.msscmp

* Delete x64/Release/Effects.msscmp
2026-03-13 19:43:37 +00:00
21 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ void ConsoleSaveFileOutputStream::write(byteArray b)
BOOL result = m_saveFile->writeFile(
m_file,
&b.data, // data buffer
b.data, // data buffer
b.length, // number of bytes to write
&numberOfBytesWritten // number of bytes written
);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.