From: Ingo Ruhnke Date: Sun, 21 Mar 2004 18:04:20 +0000 (+0000) Subject: - fixed file extension, removed pwd.h header X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7a28c2f5c77e6ef289ff3f4b735b8dc446a59537;p=supertux.git - fixed file extension, removed pwd.h header SVN-Revision: 298 --- diff --git a/src/gameloop.cpp b/src/gameloop.cpp index 859690478..8ea2f9981 100644 --- a/src/gameloop.cpp +++ b/src/gameloop.cpp @@ -19,7 +19,6 @@ #include #ifndef WIN32 -#include #include #include #endif diff --git a/src/intro.cpp b/src/intro.cpp index 69aadd9b4..a88146dc2 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -19,7 +19,6 @@ #include #ifndef LINUX -#include #include #include #endif diff --git a/src/menu.cpp b/src/menu.cpp index 96ce85079..7e91b9d99 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -11,7 +11,6 @@ */ #ifndef WIN32 -#include #include #include #endif diff --git a/src/screen.cpp b/src/screen.cpp index 390e70acb..2ac21d088 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -19,7 +19,6 @@ #include #ifndef WIN32 -#include #include #include #endif diff --git a/src/setup.cpp b/src/setup.cpp index bc9d10c6d..4d41e1583 100644 --- a/src/setup.cpp +++ b/src/setup.cpp @@ -23,7 +23,6 @@ #endif #ifndef WIN32 -#include #include #include #include diff --git a/src/title.cpp b/src/title.cpp index 517c0047d..3d877a127 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -19,7 +19,6 @@ #include #ifndef WIN32 -#include #include #include #endif diff --git a/src/worldmap.cpp b/src/worldmap.cpp index f71f28e52..d7201fbbd 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -217,7 +217,7 @@ WorldMap::~WorldMap() void WorldMap::load_map() { - lisp_object_t* root_obj = lisp_read_from_file(datadir + "levels/default/worldmap.scm"); + lisp_object_t* root_obj = lisp_read_from_file(datadir + "levels/default/worldmap.stwm"); assert(root_obj); if (strcmp(lisp_symbol(lisp_car(root_obj)), "supertux-worldmap") == 0)