diff options
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp index f986ce3..baa91e8 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -51,7 +51,7 @@ void initEverything(void){ */ player=new Player(); - player->spawn(0,100); + player->spawn(0,5000); /* * Create a structure (this will create villagers when spawned). |