quake2ts 0.0.239 → 0.0.240

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.
@@ -7085,6 +7085,7 @@ var U_ORIGIN32 = 1 << 9;
7085
7085
  var U_ANGLE12 = 1 << 10;
7086
7086
  var U_MODEL5 = 1 << 11;
7087
7087
  var U_RENDERFX8 = 1 << 12;
7088
+ var U_ALPHA = 1 << 13;
7088
7089
  var U_EFFECTS8 = 1 << 14;
7089
7090
  var U_MOREBITS2 = 1 << 15;
7090
7091
  var U_SKIN8 = 1 << 16;
@@ -7099,7 +7100,6 @@ var U_OLDORIGIN = 1 << 24;
7099
7100
  var U_SKIN16 = 1 << 25;
7100
7101
  var U_SOUND2 = 1 << 26;
7101
7102
  var U_SOLID2 = 1 << 27;
7102
- var U_ALPHA = 1 << 13;
7103
7103
  var RECORD_CLIENT = 1;
7104
7104
  var RECORD_SERVER = 2;
7105
7105
  var RECORD_RELAY = 128;