Browse Source

Clean up portal.h

pull/914/head
Anders Jenbo 5 years ago
parent
commit
4f9fbdb5ed
  1. 5
      Source/portal.h

5
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__ */

Loading…
Cancel
Save