The character is visible, fixed a database issue

This commit is contained in:
Kayne Ruse
2014-06-14 22:37:21 +10:00
parent d4be22a6eb
commit c021032512
6 changed files with 36 additions and 12 deletions
-1
View File
@@ -301,7 +301,6 @@ void InWorld::HandleCharacterNew(CharacterPacket* const argPacket) {
localCharacter = &character;
//setup the camera
//TODO: can't change the screen size?
camera.width = GetScreen()->w;
camera.height = GetScreen()->h;