Skip to main content
Topic: [solved]r2168 - Binary savegame will be broken (Read 2838 times) previous topic - next topic

[solved]r2168 - Binary savegame will be broken

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.