From b9bfa13b447226a1f14b3efdb6358443a2eb4b14 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Thu, 25 Mar 2004 16:31:19 +0000 Subject: [PATCH] - fixed file extension SVN-Revision: 363 --- src/worldmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worldmap.cpp b/src/worldmap.cpp index e18a45006..144a20ce9 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -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) -- 2.11.0