Fix another typo

This commit is contained in:
Timothy Warren 2020-07-27 16:48:26 -04:00
parent f72be8c45d
commit 6058f23308
3 changed files with 1 additions and 1 deletions

0
resources/maps/02.txt Normal file
View File

0
resources/maps/03.txt Normal file
View File

View 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,
}