| 19 | } |
| 20 | |
| 21 | void SetPortalStats(int i, BOOL o, int x, int y, int lvl, int lvltype) |
| 22 | { |
| 23 | portal[i].open = o; |
| 24 | portal[i].x = x; |
| 25 | portal[i].y = y; |
| 26 | portal[i].level = lvl; |
| 27 | portal[i].ltype = lvltype; |
| 28 | portal[i].setlvl = FALSE; |
| 29 | } |
| 30 | |
| 31 | void AddWarpMissile(int i, int x, int y) |
| 32 | { |