diff --git a/src/keybind.cpp b/src/keybind.cpp index 83352333ba5..4d4eefe3edb 100644 --- a/src/keybind.cpp +++ b/src/keybind.cpp @@ -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; @@ -746,7 +746,7 @@ void kf_ListDroids() debug(LOG_INFO, "droid %i;%s;%i;%i;%i", i, psDroid->aName, psDroid->droidType, x, y); } } - + } @@ -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); }