Merge pull request #357 from ratfactor/check_patches

Fixed some broken patches
pull/2/head
Chris Boesch 1 year ago committed by GitHub
commit f86db89f41

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

@ -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;

Loading…
Cancel
Save