Server runs, but it's far off from being stable again

This commit is contained in:
2015-08-20 23:24:20 +10:00
parent 3d6509b5a5
commit 915660da0e
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -58,9 +58,9 @@ World::World(int* const argClientIndex, int* const argAccountIndex):
//set the button positions
disconnectButton.SetX(50);
disconnectButton.SetY(50 + buttonImage.GetClipH() * 0);
disconnectButton.SetY(50);
shutdownButton.SetX(50);
shutdownButton.SetY(50 + buttonImage.GetClipH() * 1);
shutdownButton.SetY(70);
//load the tilesheet
//TODO: (2) Tile size and tile sheet should be loaded elsewhere