aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-06 11:56:04 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-06 11:56:04 -0400
commit6986331694adb60265c815af6637caf2dbc23ede (patch)
tree8cb02ef05b52c9941c228ad19308791dcba9d644 /include
parent1bc1c3baf833a62720d4df67d7d37ebc74d1395d (diff)
parent1c0767766506407babdfefea9efe2b5627569244 (diff)
Updated Textures
Diffstat (limited to 'include')
-rw-r--r--include/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h
index cf0b7b8..7095c3b 100644
--- a/include/world.h
+++ b/include/world.h
@@ -24,7 +24,7 @@ protected:
*
*/
struct line_t {
- float y;
+ float y,gh;
unsigned char color;
} __attribute__ ((packed)) *line;
unsigned int lineCount; // Size of the array 'line' (aka the width of the world)