summaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/10_if2.patch
blob: e78f64485322ff3eea8db2983ffff849f5af5da5 (plain)
1
2
3
4
13c13
<     var price: u8 = if ???;
---
>     var price: u8 = if (discount) 17 else 20;