- fixed file extension
authorIngo Ruhnke <grumbel@gmx.de>
Thu, 25 Mar 2004 16:31:19 +0000 (16:31 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Thu, 25 Mar 2004 16:31:19 +0000 (16:31 +0000)
SVN-Revision: 363

src/worldmap.cpp

index e18a450..144a20c 100644 (file)
@@ -34,7 +34,7 @@ TileManager* TileManager::instance_  = 0;
 
 TileManager::TileManager()
 {
-  std::string stwt_filename = datadir +  "images/worldmap/antarctica.scm";
+  std::string stwt_filename = datadir +  "images/worldmap/antarctica.stwt";
   lisp_object_t* root_obj = lisp_read_from_file(stwt_filename);
  
   if (!root_obj)