Fixed a silly error - always good to return values we calculate
This commit is contained in:
parent
ab82883a2e
commit
9ee2972612
|
@ -50,6 +50,8 @@ float GameVertex::calculate_attack()
|
||||||
attack = 0;
|
attack = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return attack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user