mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 04:37:10 +00:00
use find_file in nonisotropic and netgen
This commit is contained in:
@@ -140,7 +140,7 @@ EX namespace netgen {
|
||||
|
||||
void loadData() {
|
||||
|
||||
fhstream f("papermodeldata.txt", "rt");
|
||||
fhstream f(find_file("papermodeldata.txt"), "rt");
|
||||
if(!f.f) return;
|
||||
|
||||
if(!scan(f, CELLS, SX, SY, PX, PY, nscale, BASE, el, created)) return;
|
||||
|
||||
Reference in New Issue
Block a user