]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Fixed some warnings
[lugaru.git] / Source / Game.h
index 98f6f6405c11f19fc687fe1c6dfaeefb0f71f26c..6469091fa0f2890a41fae5a60a7cc658cbd2beb7 100644 (file)
@@ -236,15 +236,12 @@ enum maptypes {
 
 enum pathtypes {wpkeepwalking, wppause};
 
-static const char *pathtypenames[] = {"keepwalking", "pause"};
+extern const char *pathtypenames[2];
 
 enum editortypes {typeactive, typesitting, typesittingwall, typesleeping,
                   typedead1, typedead2, typedead3, typedead4
                  };
 
-static const char *editortypenames[] = {
-    "active", "sitting", "sitting wall", "sleeping",
-    "dead1", "dead2", "dead3", "dead4"
-};
+extern const char *editortypenames[8];
 
 #endif