From 1c0767766506407babdfefea9efe2b5627569244 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 6 Oct 2015 08:50:52 -0400 Subject: improvements ;) --- include/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.h') 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) -- cgit v1.2.3