Browse Source

Merge pull request #357 from ratfactor/check_patches

Fixed some broken patches
Chris Boesch 2 years ago
parent
commit
f86db89f41
2 changed files with 2 additions and 2 deletions
  1. 1 1
      patches/patches/047_methods.patch
  2. 1 1
      patches/patches/060_floats.patch

+ 1 - 1
patches/patches/047_methods.patch

@@ -1,4 +1,4 @@
-92c92
+91c91
 <             ???.zap(???);
 <             ???.zap(???);
 ---
 ---
 >             heat_ray.zap(alien);
 >             heat_ray.zap(alien);

+ 1 - 1
patches/patches/060_floats.patch

@@ -1,4 +1,4 @@
-43c43
+46c46
 <     const shuttle_weight: f16 = 907.18 * 2200;
 <     const shuttle_weight: f16 = 907.18 * 2200;
 ---
 ---
 >     const shuttle_weight: f32 = 907.18 * 2200.0;
 >     const shuttle_weight: f32 = 907.18 * 2200.0;