Skip to content

Commit

Permalink
refactor: removed test code
Browse files Browse the repository at this point in the history
FossilOrigin-Name: eda5721d17f2f06aed6e07ad39643d0c976b085257c2762b186d60c8c8c02a8f
  • Loading branch information
thindil committed Dec 31, 2024
1 parent 6c57b4e commit 2b8e67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/newui/mapsui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ proc showMap*(state: var GameState; dialog: var GameDialog) {.raises: [],
if storyX == playerShip.skyX and storyY == playerShip.skyY:
storyX = 0
storyY = 0
echo endX, " ", endY
for x in startX..endX:
for y in startY..endY:
var mapTag, mapChar: string = ""
Expand Down

0 comments on commit 2b8e67b

Please sign in to comment.