diff --git a/doomsday/plugins/jdoom/src/st_stuff.c b/doomsday/plugins/jdoom/src/st_stuff.c index cbfe31b92d..616c5aa668 100644 --- a/doomsday/plugins/jdoom/src/st_stuff.c +++ b/doomsday/plugins/jdoom/src/st_stuff.c @@ -309,7 +309,7 @@ void drawStatusBarBackground(int player, float textAlpha, float iconAlpha, hudstate_t* hud = &hudStates[player]; player_t* plr = &players[player]; float x = ORIGINX, y = ORIGINY, w = WIDTH, h = HEIGHT; - float armsBGX = ST_ARMSBGX - armsBackground.offset; + float armsBGX = ST_ARMSBGX + armsBackground.offset; float cw, cw2, ch; if(!hud->statusbarActive)