From 74c6854fd8dcbaee736ac0421805ff1e03c4a1e2 Mon Sep 17 00:00:00 2001 From: iamn1ck Date: Sun, 19 Feb 2017 07:00:34 -0600 Subject: -quadtree and opengl rendering are now in the master branch ! -using sdl_rect for location and size ended up being not so great due to it not having floats, so we reverted back to using location -much, much refractoring is now needed --- inc/dna.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/dna.hpp') diff --git a/inc/dna.hpp b/inc/dna.hpp index cd76731..dc46b64 100644 --- a/inc/dna.hpp +++ b/inc/dna.hpp @@ -9,7 +9,7 @@ class Dna Dna(); Dna combine(Dna D); int maxHealth; - int speed; + float speed; int reach; int bestSense; int bite; -- cgit v1.2.3