From 977d35bc8d32078bb274c0df7a4e0500f442f996 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 21 Dec 2017 13:04:35 +0100 Subject: [PATCH] added texture/ to default dirs in textures.cpp --- textures.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textures.cpp b/textures.cpp index 71dd7d75..a6e03a45 100644 --- a/textures.cpp +++ b/textures.cpp @@ -42,8 +42,8 @@ unsigned paint_color = 0x000000FF; vector texture_pixels; -string texturename = "hyperrogue-texture.png"; -string configname = "hyperrogue.txc"; +string texturename = "texture/hyperrogue-texture.png"; +string configname = "texture/hyperrogue.txc"; eTextureState tstate; eTextureState tstate_max;