From 4f9fbdb5ed115d749deee4c00916c8819a0836b9 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 9 Nov 2020 03:31:58 +0100 Subject: [PATCH] Clean up portal.h --- Source/portal.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/portal.h b/Source/portal.h index 4131d0300..1460b4765 100644 --- a/Source/portal.h +++ b/Source/portal.h @@ -7,7 +7,6 @@ #define __PORTAL_H__ extern PortalStruct portal[MAXPORTAL]; -extern int portalindex; void InitPortals(); void SetPortalStats(int i, BOOL o, int x, int y, int lvl, int lvltype); @@ -23,8 +22,4 @@ void GetPortalLevel(); void GetPortalLvlPos(); BOOL PosOkPortal(int lvl, int x, int y); -/* rdata */ -extern int WarpDropX[MAXPORTAL]; -extern int WarpDropY[MAXPORTAL]; - #endif /* __PORTAL_H__ */