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.
@@ -10913,6 +10913,7 @@ var U_ORIGIN32 = 1 << 9;
10913
10913
  var U_ANGLE12 = 1 << 10;
10914
10914
  var U_MODEL5 = 1 << 11;
10915
10915
  var U_RENDERFX8 = 1 << 12;
10916
+ var U_ALPHA = 1 << 13;
10916
10917
  var U_EFFECTS8 = 1 << 14;
10917
10918
  var U_MOREBITS2 = 1 << 15;
10918
10919
  var U_SKIN8 = 1 << 16;
@@ -10927,7 +10928,6 @@ var U_OLDORIGIN = 1 << 24;
10927
10928
  var U_SKIN16 = 1 << 25;
10928
10929
  var U_SOUND2 = 1 << 26;
10929
10930
  var U_SOLID2 = 1 << 27;
10930
- var U_ALPHA = 1 << 13;
10931
10931
  var RECORD_CLIENT = 1;
10932
10932
  var RECORD_SERVER = 2;
10933
10933
  var RECORD_RELAY = 128;