]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/bosses.cpp
Don't define variables in header files.
[quix0rs-blobwars.git] / src / bosses.cpp
index 7c4c26a2a309cc5a39d68ae2d57bfa256e9d6dba..385da517fc389a447f7dbe77fd47fb44324852c1 100644 (file)
@@ -21,6 +21,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "bosses.h"
 
+// this is used exclusively by the bosses
+Boss *self;
+
 void tankBossLevel()
 {
        if (player.health < 1)