]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
Fixed some warnings
[lugaru.git] / Source / Game.cpp
index f41a92a6b97dc05e21b53c430df44295c520aefa..2f88d34cc6cad9a7f89b0149163d9b39423ba6eb 100644 (file)
@@ -47,6 +47,12 @@ int directing;
 float dialoguetime;
 int dialoguegonethrough[20];
 
+const char *pathtypenames[] = {"keepwalking", "pause"};
+const char *editortypenames[] = {
+    "active", "sitting", "sitting wall", "sleeping",
+    "dead1", "dead2", "dead3", "dead4"
+};
+
 namespace Game
 {
 Texture terraintexture;