void InitShips() { ref refShip; for (int idx=0;idx 7) { Trace("ERROR: Ship " + i + " class > 7"); } if (iClass < 1) { Trace("ERROR: Ship " + i + " class < 1"); } } refship.InertiaAccelerationY = stf(refship.InertiaAccelerationY) / 6.0; } }