Fixed some broken patches

This commit is contained in:
Chris Boesch 2023-08-27 19:11:21 +02:00
parent acb0a9e0fe
commit b749cba652
2 changed files with 2 additions and 2 deletions

View file

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

View file

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