SQC-15_online #1
@ -32,8 +32,6 @@ void RemotePlayer::Feed(const netprot::Output out) {
|
||||
m_position = Vector3f(out.position);
|
||||
m_direction = Vector3f(out.direction);
|
||||
|
||||
std::cout << "Dead: " << out.states.dead << " Hit:" << out.states.hit << " Jump:" << out.states.jumping << " JumpShot: " << out.states.jumpshot << " Running: " << out.states.running << " Shooting: " << out.states.shooting << " Still: " << out.states.still << std::endl;
|
||||
//std::cout << "powerUp " << out.states.powerup << std::endl;
|
||||
current.states = out.states;
|
||||
|
||||
//current.position = out.position;
|
||||
|
Loading…
Reference in New Issue
Block a user