ziglings/patches/patches/10_if2.patch

5 lines
88 B
Diff
Raw Normal View History

2021-02-15 17:13:55 -05:00
13c13
< var price: u8 = if ???;
---
> var price: u8 = if (discount) 17 else 20;