I've heard in The Podcast that people are not able to recover saved games.
I thought I opened this issue before, but not...
If you change this line:
|
#define GAMESPATH(X) "/Users/psl/Games+Toys/X" |
#define GAMESPATH(X) "/Users/psl/Games+Toys/X"
for something like:
#define GAMESPATH(X) "."
then, build wander and run it from its directory, should save games in it.
I've heard in The Podcast that people are not able to recover saved games.
I thought I opened this issue before, but not...
If you change this line:
wander/wanddef.h
Line 15 in d3f0780
#define GAMESPATH(X) "/Users/psl/Games+Toys/X"for something like:
#define GAMESPATH(X) "."then, build wander and run it from its directory, should save games in it.