summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-09 13:02:36 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-09 13:02:36 -0400
commitb3f4773be4f02f32c0a8cca805536b94c62cd61c (patch)
tree3582998cd8f51acf3348bffa786484eff9252330 /patches
parent1427d3b6f18f910d9c45efee407de1476d7e6121 (diff)
Added ex060 floats
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/060_floats.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/060_floats.patch b/patches/patches/060_floats.patch
new file mode 100644
index 0000000..d20986e
--- /dev/null
+++ b/patches/patches/060_floats.patch
@@ -0,0 +1,4 @@
+43c43
+< var shuttle_weight: f16 = 907.18 * 2200;
+---
+> var shuttle_weight: f32 = 907.18 * 2200.0;