Text only
|
Text with Images
The International Simutrans Forum
Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999 on December 16, 2008, 06:08:48 am
Title:
[solved]r2168 - Binary savegame will be broken
Post by:
z9999
on
December 16, 2008, 06:08:48 am
simutrans r2168 GDI (Windows version)
Maybe, this will fix the problem.
dataobj/loadsave.cc:121
Code:
[Select]
else if( mode & binary ) {
=>
Code:
[Select]
else if( mode == binary ) {
solved in r2170.
Text only
|
Text with Images