aboutsummaryrefslogtreecommitdiff
path: root/TimeTravelCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TimeTravelCommand.cpp')
-rw-r--r--TimeTravelCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeTravelCommand.cpp b/TimeTravelCommand.cpp
index c7dfc82..8a24234 100644
--- a/TimeTravelCommand.cpp
+++ b/TimeTravelCommand.cpp
@@ -11,6 +11,6 @@ void TimeTravelCommand::backwards() {
void TimeTravelCommand::execute(long offset) {
Museum & museum = this->get_museum();
- // TODO
+ museum.time_jump(offset);
}