Fixed Rule::findTarget() not finding good or even valid targets

This commit is contained in:
trotFunky 2019-06-10 16:04:12 +02:00
parent c94fc5a0be
commit 293a564a29
3 changed files with 22 additions and 12 deletions

View file

@ -7,6 +7,8 @@
#include <vector>
#include <algorithm>
#include <math.h>
#include <iostream>
#include "Entity.h"