diff options
| author | Japa | 2010-07-20 01:37:48 +0000 |
|---|---|---|
| committer | Japa | 2010-07-20 01:37:48 +0000 |
| commit | 374bf989224efb8a5ba82076b243152717d6b6bf (patch) | |
| tree | 0284069ac102c8d1e745c33673c3c4de563f76ca /Creatures.cpp | |
| parent | 2fc5d2f220a5c841bd7f84b860bfd20782d43abe (diff) | |
| download | stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.gz stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.bz2 stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.xz | |
fixed some compatibility stuff
Diffstat (limited to 'Creatures.cpp')
| -rw-r--r-- | Creatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Creatures.cpp b/Creatures.cpp index f6e7a27..228a40d 100644 --- a/Creatures.cpp +++ b/Creatures.cpp @@ -5,7 +5,7 @@ #include "ContentLoader.h"
#include "GUI.h"
#include "Block.h"
-#include "spriteColors.h"
+#include "SpriteColors.h"
//vector<t_matgloss> v_creatureNames;
|
