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");