We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e09e6d commit 4f754d8Copy full SHA for 4f754d8
1 file changed
Source/stores.cpp
@@ -2522,8 +2522,8 @@ void PlaceStoreGold(int v)
2522
done = FALSE;
2523
2524
for (i = 0; i < 40 && !done; i++) {
2525
- xx = 10 * (i / 10);
2526
- yy = i % 10;
+ yy = 10 * (i / 10);
+ xx = i % 10;
2527
if (!plr[myplr].InvGrid[xx + yy]) {
2528
ii = plr[myplr]._pNumInv;
2529
GetGoldSeed(myplr, &golditem);
0 commit comments