Skip to content

Commit

Permalink
feat: continue work on the new game UI
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 194d6a2eb8cd279b1fcbac8cf5459134adc93145eea6beca477589458fc04b8c
  • Loading branch information
thindil committed Jan 28, 2025
1 parent 5c2d373 commit e81bb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newui/mapsui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -744,5 +744,6 @@ proc showMap*(state: var GameState; dialog: var GameDialog) {.raises: [],
showMapMenu()
except:
dialog = setError(message = "Can't show the move map menu")
showMenu = false
return
state = map

0 comments on commit e81bb6e

Please sign in to comment.