summaryrefslogtreecommitdiff
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.rs b/src/state.rs
index 6285e75..ac25f0d 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -62,6 +62,7 @@ impl GameState {
fn do_command(&mut self, player_index: usize, command: &Command) {
use Command::*;
+ self.players[player_index].tick_boost();
// TODO: Command validation assertions
match command {