Browse Source

SetPortalStats bin exact vanilla

pull/256/head
jimmy-cell 7 years ago
parent
commit
80fb61019f
  1. 4
      Source/portal.cpp

4
Source/portal.cpp

@ -18,12 +18,12 @@ void InitPortals()
void SetPortalStats(int i, BOOL o, int x, int y, int lvl, int lvltype)
{
portal[i].setlvl = FALSE;
portal[i].open = o;
portal[i].x = x;
portal[i].y = y;
portal[i].open = o;
portal[i].level = lvl;
portal[i].ltype = lvltype;
portal[i].setlvl = FALSE;
}
void AddWarpMissile(int i, int x, int y)

Loading…
Cancel
Save