quake2ts 0.0.239 → 0.0.241

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11100,6 +11100,7 @@ var U_ORIGIN32 = 1 << 9;
11100
11100
  var U_ANGLE12 = 1 << 10;
11101
11101
  var U_MODEL5 = 1 << 11;
11102
11102
  var U_RENDERFX8 = 1 << 12;
11103
+ var U_ALPHA = 1 << 13;
11103
11104
  var U_EFFECTS8 = 1 << 14;
11104
11105
  var U_MOREBITS2 = 1 << 15;
11105
11106
  var U_SKIN8 = 1 << 16;
@@ -11114,7 +11115,6 @@ var U_OLDORIGIN = 1 << 24;
11114
11115
  var U_SKIN16 = 1 << 25;
11115
11116
  var U_SOUND2 = 1 << 26;
11116
11117
  var U_SOLID2 = 1 << 27;
11117
- var U_ALPHA = 1 << 13;
11118
11118
  var RECORD_CLIENT = 1;
11119
11119
  var RECORD_SERVER = 2;
11120
11120
  var RECORD_RELAY = 128;