diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-12-21 21:29:59 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-12-21 21:29:59 -0500 |
commit | a44540462145212f7f2cc3ea2690308c58f60358 (patch) | |
tree | cb72491cdf498714e3960dfe4adf00ff272b9325 /include/world.hpp | |
parent | cc2a768ff19e9fc83661a51d4cb4fef9b354ff30 (diff) |
kinda big: texture redo, main cleanup
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/world.hpp b/include/world.hpp index 5c021bf..8b24987 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -108,8 +108,7 @@ struct WorldData2 { // Indoor variables bool indoor; /**< Set to true if this is an indoor world. */ - float indoorWidth; /**< The width of the indoor texture (house). */ - GLuint indoorTex; /**< The texture to draw (house). */ + Texture indoorTex; /**< The house's inside texture. */ std::string outdoor; /**< The file name of the outdoor world. */ vec2 outdoorCoords; /**< The coordinates the player should spawn to when exiting. */ |