Open cibersheep opened 6 years ago
https://github.com/shmup/wander/blob/master/wand1.c#L586
So, it seams that Wander gets the .misc file (always shows intro) and ¿fails? to read the .wrld file? I'm guessing because apparently it doesn't get the first room default state.
I have tried to compile Wander in an arm device with gcc version 4.9.2 and when running Wander, first descriptions appears and exits with message:
Non-existent loc/state 1/0
compiling with -Wall shows:
Any idea how to solve this?