diff options
-rw-r--r-- | docs/INSTALL/win32.txt | 2 | ||||
-rw-r--r-- | src/being.cpp | 1 | ||||
-rw-r--r-- | src/resources/image.cpp | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt index 2ab27fe2..793980ee 100644 --- a/docs/INSTALL/win32.txt +++ b/docs/INSTALL/win32.txt @@ -51,7 +51,7 @@ The easy way is to get our development package which should work with the latest CVS (I'll try to update it as much as I can). You can find it at: - http://themanaworld.homeip.net/tmw-cvs.DevPak + http://themanaworld.sourceforget.net/files/tmw-cvs.DevPak Just install this one and you should be ready to go. Remember to copy the required dlls from your dll folder in the Dev-Cpp root directory, to the folder where you diff --git a/src/being.cpp b/src/being.cpp index 422f8d83..6e026a6b 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -140,6 +140,7 @@ void Being::clearPath() { path = NULL; } + void Being::setPath(PATH_NODE *path) { clearPath(); diff --git a/src/resources/image.cpp b/src/resources/image.cpp index 5d818e0e..eca4b42f 100644 --- a/src/resources/image.cpp +++ b/src/resources/image.cpp @@ -21,11 +21,11 @@ * $Id$ */ -#include "../log.h" +#include "../graphic/graphic.h" #include "image.h" +#include "../log.h" #include <iostream> #include <SDL_image.h> -#include "../graphic/graphic.h" #include "resourcemanager.h" #ifndef USE_OPENGL |