Bumped the network version

This commit is contained in:
Kayne Ruse
2014-05-28 23:39:31 +10:00
parent 7b3bf24e5d
commit de902d2d3d
3 changed files with 32 additions and 38 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void InWorld::HandleCharacterNew(SerialPacket packet) {
localCharacter = &character;
//setup the camera
//TODO: can't change the screen size
//TODO: can't change the screen size?
camera.width = GetScreen()->w;
camera.height = GetScreen()->h;