- scriptified Hexen's bats.

- removed AMinotaurFriend::IsOkayToAttack. The condition it checks (i.e. friendliness with player) is already covered by the base version of this function so this is quite redundant.
- removed a few 'virtual' qualifiers from functions that never get overridden.
This commit is contained in:
Christoph Oelckers 2016-11-12 09:33:43 +01:00
commit 34fc6323a4
9 changed files with 98 additions and 123 deletions

View file

@ -27,7 +27,6 @@
#include "vm.h"
// Include all the Hexen stuff here to reduce compile time
#include "a_bats.cpp"
#include "a_bishop.cpp"
#include "a_blastradius.cpp"
#include "a_boostarmor.cpp"