X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=47b443bc4698f268f821884085c70ac0a79aa7a6;hb=6af61ce31b024cb65ba65e3b22586bc12839915d;hp=4f1aad8564bf675cb9a0e54f797909925fc67f4a;hpb=6a7b0bcfb46092809ac826bf99652b9bce5d9a10;p=xboard.git diff --git a/backend.c b/backend.c index 4f1aad8..47b443b 100644 --- a/backend.c +++ b/backend.c @@ -11449,6 +11449,7 @@ RecentEngineEvent (int nr) if(mnemonic[n]) { // if somehow the engine with the selected nickname is no longer found in the list, we skip ReplaceEngine(&first, 0); FloatToFront(&appData.recentEngineList, command[n]); + ASSIGN(currentEngine[0], command[n]); } }