summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-15 01:29:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-15 01:29:44 +0000
commit192f17745eb2c3bba18b066f2d01ca771b3cd4d8 (patch)
tree25036d17c8e3f74e773b5945c4d2ffe4e1754646
parent1f16b39012eb2086f9a49d56884c5c31889b4142 (diff)
downloadmana-client-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.tar.gz
mana-client-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.tar.bz2
mana-client-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.tar.xz
mana-client-192f17745eb2c3bba18b066f2d01ca771b3cd4d8.zip
Small compile fix when compiling OpenGL in Dev-C++, and host
tmw-cvs.DevPak at SF now.
-rw-r--r--docs/INSTALL/win32.txt2
-rw-r--r--src/being.cpp1
-rw-r--r--src/resources/image.cpp4
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