Index: head/games/species/files/patch-kingdom.cpp =================================================================== --- head/games/species/files/patch-kingdom.cpp (nonexistent) +++ head/games/species/files/patch-kingdom.cpp (revision 475877) @@ -0,0 +1,15 @@ +kingdom.cpp:149:19: error: assigning to 'bool' from incompatible type 'std::__1::fstream' (aka 'basic_fstream') + _in_experiment = fs; + ^~ + +--- kingdom.cpp.orig 2018-07-30 09:43:22 UTC ++++ kingdom.cpp +@@ -146,7 +146,7 @@ void CKingdom::load(const bool runnable) { + } + fs.clear(); + fs.open("species.dat",ios::in|ios::binary); // open data file +- _in_experiment = fs; ++ _in_experiment = fs.is_open(); + if(!_in_experiment) { // couldn't open it? + if(verbose) { + cout << "species.dat failed; trying species.ini" << endl; Property changes on: head/games/species/files/patch-kingdom.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property