mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-10 22:45:41 +00:00
racing: disable mouse pointing
This commit is contained in:
+2
-1
@@ -148,7 +148,8 @@ bool read_ghosts(string seed, int mcode) {
|
||||
println(hlog, "trying to read ghosts from: ", fname);
|
||||
fhstream f(fname, "rb");
|
||||
if(!f.f) return false;
|
||||
f.get<int> ();
|
||||
int vernum = f.get<int> ();
|
||||
if(vernum <= 0xA600) return true; // scores removed due to the possibility of cheating
|
||||
hread(f, ghostset());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user