zorfmorf / hedge

0 stars 0 forks source link

Reload doesn't load the proper map #50

Closed zorfmorf closed 9 years ago

zorfmorf commented 9 years ago

It always puts the player onto the default map (and as there is no player defined onto the default position). In addition, it doesn't save the player direction as well (doesn't matter which map).

zorfmorf commented 9 years ago

Fixed "bug". Was actually just not implemented yet. Found and fixed a bug in varhandler however, it didn't properly load vars in the first place. Ah yes, current map is saved in a global var so it was the first time the system was actually used. Player direction will be saved&handled alongside all player info either in global var as well or in a special player settings file. Will see about that when it is time!