mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Lunatic: in engine.savePaletteDat(), open file in binary mode. BUILD_LUNATIC.
git-svn-id: https://svn.eduke32.com/eduke32@4331 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
38d939372d
commit
00a6a058ef
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ if (ismapster32) then
|
|||
|
||||
local blendnumtab, blendptrtab = validate_more_blendtabs(moreblends)
|
||||
|
||||
local f, errmsg = io.open(filename, "w+")
|
||||
local f, errmsg = io.open(filename, "wb+")
|
||||
if (f == nil) then
|
||||
return nil, errmsg
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue