diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/World.h b/include/World.h index 6e5c3da..4d55c5d 100644 --- a/include/World.h +++ b/include/World.h @@ -14,6 +14,7 @@ class World { private:
struct line_t {
double start; // Where land begins, going down (i.e. y)
+ unsigned char color;
} __attribute__ ((packed)) *line;
unsigned int lineCount; // Size of line array, calculated in the constructor
unsigned int entCount; // Count of currently bound entities
|