From 192f17745eb2c3bba18b066f2d01ca771b3cd4d8 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 15 Feb 2005 01:29:44 +0000 Subject: Small compile fix when compiling OpenGL in Dev-C++, and host tmw-cvs.DevPak at SF now. --- docs/INSTALL/win32.txt | 2 +- src/being.cpp | 1 + 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 #include -#include "../graphic/graphic.h" #include "resourcemanager.h" #ifndef USE_OPENGL -- cgit v1.2.3-70-g09d2