X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=88bca397acab2ff7622569e1dbe4056d7d36052c;hp=30a12e54269a8a7b305e93d6ff4205c8957bfc23;hb=ffe5b4f7f8db01217558b2de54edc2f54eb75f03;hpb=041e5e848c15b4a07020a6d9fe392fcda53d72a8 diff --git a/src/game.c b/src/game.c index 30a12e54..88bca397 100644 --- a/src/game.c +++ b/src/game.c @@ -8662,7 +8662,7 @@ void ContinueMoving(int x, int y) } #if USE_NEW_CUSTOM_VALUE - CustomValue[newx][newy] = CustomValue[x][y]; + CustomValue[newx][newy] = CustomValue[x][y]; #endif ChangeDelay[x][y] = 0;