Fixed the not saving bug.
authorRicardo Cruz <rick2@aeiou.pt>
Wed, 28 Jul 2004 10:59:00 +0000 (10:59 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Wed, 28 Jul 2004 10:59:00 +0000 (10:59 +0000)
commit6254318eb0911aea47180e566d9b251debb518dd
tree1af0486c5c6953e8a3a453897e4ef1cdd91f2917
parent537e02ddc385e0ace2a8641847880ea5d328f604
Fixed the not saving bug.

It's odd, there was this code in savegame():

if(filename != "")
  return;

?!?!?!? :O

SVN-Revision: 1651
src/worldmap.cpp