diff options
Diffstat (limited to 'src/entities.cpp')
-rw-r--r-- | src/entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp index 46d445b..49fce0f 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -32,7 +32,7 @@ void Entity::draw(void){ //draws the entities glColor3ub(255,255,0); glRectf(loc.x+width/3,loc.y+height,loc.x+width*2/3,loc.y+height+width/3); } - }if(type==STRUCTURET){ + }else{ glColor3ub(255,255,255); } if(left){ |