From 17b4275fae1f6c5642156c73784622772d235c42 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 20 Oct 2016 20:16:21 -0500 Subject: playersystem, move cat --- src/world.cpp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'src/world.cpp') diff --git a/src/world.cpp b/src/world.cpp index 6405382..4b5bb2d 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -71,7 +71,7 @@ std::string currentXML; using StyleList = std::array; static const std::vector bgPaths = { - { // Forest + { // Forest "bg.png", // daytime background "bgn.png", // nighttime background "bgFarMountain.png", // layer 1 (furthest) @@ -248,7 +248,7 @@ void WorldSystem::load(const std::string& file) if (wxml->QueryUnsignedAttribute("background", &styleNo) != XML_NO_ERROR) UserError("XML Error: No background given in