diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-06 08:50:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-06 08:50:52 -0400 |
commit | 1c0767766506407babdfefea9efe2b5627569244 (patch) | |
tree | 0fe7f7222e4a3564097cbcf970dfb278f6a3cc74 /include | |
parent | 66bdd492971199bac94511320be53ae6a834e7d8 (diff) |
improvements ;)
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) |