[Change] Forgot to remove debug statement.
This commit is contained in:
parent
474d1df755
commit
69476744b8
@ -742,7 +742,6 @@ void player_think(Pilot* player) {
|
|||||||
}
|
}
|
||||||
else if(player_isFlag(PLAYER_REVERSE)) {
|
else if(player_isFlag(PLAYER_REVERSE)) {
|
||||||
diff = angle_diff(player->solid->dir, VANGLE(player->solid->vel));
|
diff = angle_diff(player->solid->dir, VANGLE(player->solid->vel));
|
||||||
DEBUG("%f->%f = %f", player->solid->dir, VANGLE(player->solid->vel), diff);
|
|
||||||
player_turn = 10.*diff;
|
player_turn = 10.*diff;
|
||||||
if(player_turn >= 0.) player_turn = 1.;
|
if(player_turn >= 0.) player_turn = 1.;
|
||||||
else if(player_turn < 0.) player_turn = -1;
|
else if(player_turn < 0.) player_turn = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user