Skip to content

Commit

Permalink
Fixed some broken patches
Browse files Browse the repository at this point in the history
  • Loading branch information
chrboesch committed Aug 27, 2023
1 parent b209cc3 commit fca59c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/patches/047_methods.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
92c92
91c91
< ???.zap(???);
---
> heat_ray.zap(alien);
2 changes: 1 addition & 1 deletion patches/patches/060_floats.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
43c43
46c46
< const shuttle_weight: f16 = 907.18 * 2200;
---
> const shuttle_weight: f32 = 907.18 * 2200.0;

0 comments on commit fca59c2

Please sign in to comment.