Swapped radar / weapon select buttons.

This commit is contained in:
Steve 2015-11-26 17:41:25 +00:00
parent d444b0ab68
commit b63e2d66fe
1 changed files with 2 additions and 2 deletions

View File

@ -190,14 +190,14 @@ static void handleMouse(void)
if (app.mouse.button[SDL_BUTTON_X1])
{
switchGuns();
cycleRadarZoom();
app.mouse.button[SDL_BUTTON_X1] = 0;
}
if (app.mouse.button[SDL_BUTTON_X2])
{
cycleRadarZoom();
switchGuns();
app.mouse.button[SDL_BUTTON_X2] = 0;
}