2048: fix crash, when compiled with gcc > 6 and -prod
parent
b609836f79
commit
912bc8bca1
|
@ -128,7 +128,7 @@ mut:
|
||||||
shifts int
|
shifts int
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
[no_inline]
|
||||||
fn (t TileLine) to_left() TileLine {
|
fn (t TileLine) to_left() TileLine {
|
||||||
right_border_idx := 5
|
right_border_idx := 5
|
||||||
mut res := t
|
mut res := t
|
||||||
|
|
Loading…
Reference in New Issue