Solved for the next patch, thanks!
Quick fix:
Open graphics.ini and search this line:
- Code: Select all
[rmsilver]TILE_Y = 4
Change the "4" by a "3", so the line must end like this:
- Code: Select all
[rmsilver]TILE_Y = 3
----
Edit, let's solve the gold bars too

Open graphics.ini and search this line:
- Code: Select all
[rmgold]TILE_Y = 3
Change the "3" by a "2", so the line must end like this:
- Code: Select all
[rmgold]TILE_Y = 2