quake2ts 0.0.41 → 0.0.43

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.
@@ -2668,14 +2668,14 @@ var _SaveStorage = class _SaveStorage2 {
2668
2668
  _SaveStorage.DEFAULT_DB_NAME = "quake2ts-saves";
2669
2669
  _SaveStorage.DEFAULT_STORE = "saves";
2670
2670
  _SaveStorage.QUICK_SLOT = "quicksave";
2671
- var AmmoType = /* @__PURE__ */ ((AmmoType2) => {
2672
- AmmoType2[AmmoType2["Bullets"] = 0] = "Bullets";
2673
- AmmoType2[AmmoType2["Shells"] = 1] = "Shells";
2674
- AmmoType2[AmmoType2["Rockets"] = 2] = "Rockets";
2675
- AmmoType2[AmmoType2["Grenades"] = 3] = "Grenades";
2676
- AmmoType2[AmmoType2["Cells"] = 4] = "Cells";
2677
- AmmoType2[AmmoType2["Slugs"] = 5] = "Slugs";
2678
- return AmmoType2;
2671
+ var AmmoType = /* @__PURE__ */ ((AmmoType3) => {
2672
+ AmmoType3[AmmoType3["Bullets"] = 0] = "Bullets";
2673
+ AmmoType3[AmmoType3["Shells"] = 1] = "Shells";
2674
+ AmmoType3[AmmoType3["Rockets"] = 2] = "Rockets";
2675
+ AmmoType3[AmmoType3["Grenades"] = 3] = "Grenades";
2676
+ AmmoType3[AmmoType3["Cells"] = 4] = "Cells";
2677
+ AmmoType3[AmmoType3["Slugs"] = 5] = "Slugs";
2678
+ return AmmoType3;
2679
2679
  })(AmmoType || {});
2680
2680
  var AMMO_TYPE_COUNT = Object.keys(AmmoType).length / 2;
2681
2681
  var ZERO_VEC322 = { x: 0, y: 0, z: 0 };