X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.cpp;fp=Source%2FGame.cpp;h=2f88d34cc6cad9a7f89b0149163d9b39423ba6eb;hb=e2cad9c4ba05196efe03ab2fed8e51bafda53759;hp=f41a92a6b97dc05e21b53c430df44295c520aefa;hpb=50e0eedf09400b0a8d51a9e4342b5e436b8c54a1;p=lugaru.git diff --git a/Source/Game.cpp b/Source/Game.cpp index f41a92a..2f88d34 100644 --- a/Source/Game.cpp +++ b/Source/Game.cpp @@ -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;