From 69701af0cdd9b5cb41fff7ac7b1265c71506b7da Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 4 Nov 2015 08:50:18 -0500 Subject: ortho binds to y --- src/gameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gameplay.cpp') 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). -- cgit v1.2.3