aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/047_methods.patch2
-rw-r--r--patches/patches/060_floats.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/047_methods.patch b/patches/patches/047_methods.patch
index edd9db1..c64f657 100644
--- a/patches/patches/047_methods.patch
+++ b/patches/patches/047_methods.patch
@@ -1,4 +1,4 @@
-92c92
+91c91
< ???.zap(???);
---
> heat_ray.zap(alien);
diff --git a/patches/patches/060_floats.patch b/patches/patches/060_floats.patch
index 38ebb41..0cfa18e 100644
--- a/patches/patches/060_floats.patch
+++ b/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;