summaryrefslogtreecommitdiff
path: root/src/game/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.cpp')
-rw-r--r--src/game/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/game.cpp b/src/game/game.cpp
index 986b5d2..a19eecc 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -84,7 +84,8 @@ void state_t::start(void)
world.generator_data = (void*)this;
repl = new unit_repl_t(this);
- repl->place(&world, v2f_t(1.3, -0.6));
+ repl->place(&world, v2f_t(5.3, 4.2));
+ select_unit(repl, SELECT_NEW);
resume();
}