powerup bugfix

This commit is contained in:
ViktorLjung
2014-03-13 23:01:55 +01:00
parent c53913f63b
commit 7013546314
3 changed files with 25 additions and 41 deletions
@@ -31,10 +31,7 @@ namespace Systems
int positionRandom;
glm::vec2 startyz;
float startx;
std::list<EntityID> removethis;
double elapsedtime;
std::list<EntityID> obstacles;
float velocity;
};
}