draconisPW / PWMAngband

A free, multi-player roguelike dungeon exploration game based on Angband
35 stars 12 forks source link

SDL client options buttons bug #623

Closed s88100 closed 7 months ago

s88100 commented 7 months ago
  1. launch the client
  2. press Options button, press 'ok'
  3. login in the game
  4. Options menu there are no 'off', '+'.. buttons (Fullscreen is .., Window borders is)

screen123options

  1. launch the client
  2. login in the game
  3. Options menu, buttons are displayed correctly
draconisPW commented 7 months ago

Available graphics creates two buttons only in setup mode but tries to display them anyway, leading to a shift of two in the index of the following buttons. Fix: only display the buttons in setup mode.

draconisPW commented 7 months ago

Fixed in commit 6cf5413.