X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FGame.h;h=6469091fa0f2890a41fae5a60a7cc658cbd2beb7;hb=31801560f92e99939f40ee49d9c279324db044bb;hp=98f6f6405c11f19fc687fe1c6dfaeefb0f71f26c;hpb=2db542f6927807e964ddb7a5962e2f5cd14e3123;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 98f6f64..6469091 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -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