Merge pull request #357 from ratfactor/check_patches

Fixed some broken patches
This commit is contained in:
Chris Boesch 2023-08-27 19:21:42 +02:00 committed by GitHub
commit f86db89f41
2 changed files with 2 additions and 2 deletions

View file

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

View file

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