void CPlayer::Init() { input = (CInput*)FindObject("input"); if(input == NULL){ input = new CInput(); AppendObject(input, 0, "input", true); } x = 320.0f; y = 400.0f; }