From e50ee323e87597f714f7a891ecc144eafe888861 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 16 Dec 2017 15:59:31 +0100 Subject: [PATCH] default texture name --- textures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textures.cpp b/textures.cpp index 8aa95ecc..30f17ac0 100644 --- a/textures.cpp +++ b/textures.cpp @@ -33,7 +33,7 @@ int twidth = 2048; vector expanded_data; -string texturename; +string texturename = "hyperrogue-texture.png"; string configname = "hyperrogue.txc"; eTextureState tstate;