diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-06 11:56:04 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-06 11:56:04 -0400 |
commit | 6986331694adb60265c815af6637caf2dbc23ede (patch) | |
tree | 8cb02ef05b52c9941c228ad19308791dcba9d644 /include | |
parent | 1bc1c3baf833a62720d4df67d7d37ebc74d1395d (diff) | |
parent | 1c0767766506407babdfefea9efe2b5627569244 (diff) |
Updated Textures
Diffstat (limited to 'include')
-rw-r--r-- | include/world.h | 2 |
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) |