summaryrefslogtreecommitdiffstats
path: root/sigmodr
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-22 18:45:42 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-22 18:45:42 -0400
commit8b74aba5afe3f848e0a319a3f1f2272bf3af932b (patch)
tree2cb01f0f44bde554937e392c85dd2b8314081ce4 /sigmodr
parent47933875d0bc1814cd4dea65e61fcf3aabcfcbbe (diff)
downloadsigen-8b74aba5afe3f848e0a319a3f1f2272bf3af932b.tar.gz
sigen-8b74aba5afe3f848e0a319a3f1f2272bf3af932b.tar.xz
sigen-8b74aba5afe3f848e0a319a3f1f2272bf3af932b.zip
Fix Krazy2 issues
Diffstat (limited to 'sigmodr')
-rw-r--r--sigmodr/sigmodr.desktop2
-rw-r--r--sigmodr/widgets/SpeciesUI.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/sigmodr/sigmodr.desktop b/sigmodr/sigmodr.desktop
index c0228472..acf85419 100644
--- a/sigmodr/sigmodr.desktop
+++ b/sigmodr/sigmodr.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
-Version=0.1.1
+Version=1.0
Name=Sigmodr
GenericName=Sigmod Editor
Comment=A GUI to editing game files for the Sigma Game Engine
diff --git a/sigmodr/widgets/SpeciesUI.cpp b/sigmodr/widgets/SpeciesUI.cpp
index 7b64c5ae..1db215a9 100644
--- a/sigmodr/widgets/SpeciesUI.cpp
+++ b/sigmodr/widgets/SpeciesUI.cpp
@@ -24,7 +24,6 @@
#include <sigmodr/corewidgets/ScriptWidget.h>
// Sigmod includes
-#include <sigmod/Species.h>
#include <sigmod/EggGroup.h>
#include <sigmod/Game.h>
#include <sigmod/Item.h>