Skip to content

Commit

Permalink
use pitch macro
Browse files Browse the repository at this point in the history
  • Loading branch information
aco4 committed Jul 11, 2024
1 parent 9e2f9eb commit 17630d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/keybind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ void kf_MakeMeHero()
if (psDroid->selected && psDroid->droidType == DROID_COMMAND)
{
psDroid->experience = 8 * 65536 * 128;
}
}
else if (psDroid->selected)
{
psDroid->experience = 4 * 65536 * 128;
Expand Down Expand Up @@ -746,7 +746,7 @@ void kf_ListDroids()
debug(LOG_INFO, "droid %i;%s;%i;%i;%i", i, psDroid->aName, psDroid->droidType, x, y);
}
}

}


Expand Down Expand Up @@ -1047,7 +1047,7 @@ void kf_PitchForward()
/* Resets pitch to default */
void kf_ResetPitch()
{
playerPos.r.x = DEG(360 - 20);
playerPos.r.x = DEG(360 + INITIAL_STARTING_PITCH);
setViewDistance(STARTDISTANCE);
}

Expand Down

0 comments on commit 17630d4

Please sign in to comment.