From abbf536466c13ba76306c7479a91ce0a565cae87 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 21 Apr 2018 12:17:33 +0200 Subject: [PATCH] missing export for the debug commit --- hyper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hyper.h b/hyper.h index c4d23f2f..6cf174e6 100644 --- a/hyper.h +++ b/hyper.h @@ -570,6 +570,7 @@ namespace shmup { }; extern struct monster* mousetarget; + extern monster *pc[MAXPLAYER]; extern eItem targetRangedOrb(orbAction a); void degradeDemons(); void killThePlayer(eMonster m);