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