aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-08-27 19:11:21 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-08-27 19:11:21 +0200
commitb749cba65297924fd27a5c71143017793ef2993a (patch)
tree12e73dcc2405628cf31ad4ba2f42eae0584c0830 /patches
parentacb0a9e0fee6508e9509f2a6e1a15aa5629edffb (diff)
Fixed some broken patches
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;