[][]int
parent
31032d3a62
commit
8c516bec4f
|
@ -1269,7 +1269,6 @@ fn (p mut Parser) name_expr() string {
|
||||||
hack_lit := p.lit
|
hack_lit := p.lit
|
||||||
ph := p.cgen.add_placeholder()
|
ph := p.cgen.add_placeholder()
|
||||||
// amp
|
// amp
|
||||||
|
|
||||||
ptr := p.tok == .amp
|
ptr := p.tok == .amp
|
||||||
deref := p.tok == .mul
|
deref := p.tok == .mul
|
||||||
if ptr || deref {
|
if ptr || deref {
|
||||||
|
|
|
@ -89,8 +89,7 @@ struct Game {
|
||||||
// -1 0 0 -1
|
// -1 0 0 -1
|
||||||
// -1 0 0 -1
|
// -1 0 0 -1
|
||||||
// -1 -1 -1 -1
|
// -1 -1 -1 -1
|
||||||
// TODO: field [][]int
|
field [][]int
|
||||||
field array_array_int
|
|
||||||
// TODO: tetro Tetro
|
// TODO: tetro Tetro
|
||||||
tetro []Block
|
tetro []Block
|
||||||
// TODO: tetros_cache []Tetro
|
// TODO: tetros_cache []Tetro
|
||||||
|
|
Loading…
Reference in New Issue