forked from tutorials/rust-sokoban
Fix another typo
This commit is contained in:
parent
f72be8c45d
commit
6058f23308
0
resources/maps/02.txt
Normal file
0
resources/maps/02.txt
Normal file
0
resources/maps/03.txt
Normal file
0
resources/maps/03.txt
Normal file
@ -88,7 +88,7 @@ impl<'a> System<'a> for InputSystem {
|
||||
match immov.get(&pos) {
|
||||
Some(_) => {
|
||||
to_move.clear();
|
||||
events.events.push(Event::PlayerHistObstacle {})
|
||||
events.events.push(Event::PlayerHitObstacle {})
|
||||
}
|
||||
None => break,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user