mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
Fixed some broken patches
This commit is contained in:
parent
acb0a9e0fe
commit
b749cba652
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
92c92
|
||||
91c91
|
||||
< ???.zap(???);
|
||||
---
|
||||
> heat_ray.zap(alien);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
43c43
|
||||
46c46
|
||||
< const shuttle_weight: f16 = 907.18 * 2200;
|
||||
---
|
||||
> const shuttle_weight: f32 = 907.18 * 2200.0;
|
||||
|
|
Loading…
Reference in a new issue