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

else if(  mode & binary ) {

=>

else if(  mode == binary ) {




solved in r2170.