diff --git a/Adventures in Lestoria/Version.h b/Adventures in Lestoria/Version.h index 0c531ce8..f05e1634 100644 --- a/Adventures in Lestoria/Version.h +++ b/Adventures in Lestoria/Version.h @@ -39,7 +39,7 @@ All rights reserved. #define VERSION_MAJOR 1 #define VERSION_MINOR 3 #define VERSION_PATCH 0 -#define VERSION_BUILD 11572 +#define VERSION_BUILD 11575 #define stringify(a) stringify_(a) #define stringify_(a) #a diff --git a/Adventures in Lestoria/VisualNovel.cpp b/Adventures in Lestoria/VisualNovel.cpp index bdc22454..343aad00 100644 --- a/Adventures in Lestoria/VisualNovel.cpp +++ b/Adventures in Lestoria/VisualNovel.cpp @@ -107,6 +107,7 @@ void VisualNovel::Initialize(){ graphicsToLoad.insert("character_image_location"_S+"Trapper_F.png"); graphicsToLoad.insert("character_image_location"_S+"Thief_F.png"); graphicsToLoad.insert("character_image_location"_S+"Witch_F.png"); + graphicsToLoad.insert("character_image_location"_S+"Warrior_F.png"); graphicsToLoad.insert("character_image_location"_S+"Player_M.png"); }else{ graphicsToLoad.insert("character_image_location"_S+arg+".png"); diff --git a/Adventures in Lestoria/assets/gamepack.pak b/Adventures in Lestoria/assets/gamepack.pak index 2dbe361d..885c1e80 100644 Binary files a/Adventures in Lestoria/assets/gamepack.pak and b/Adventures in Lestoria/assets/gamepack.pak differ diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index 1076a54f..10df63c4 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ