Browse Source

Fixed some broken patches

Chris Boesch 2 years ago
parent
commit
b749cba652
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(???);
 ---
 >             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: f32 = 907.18 * 2200.0;