X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=6e189dbb910927abdb44ebc599bfd836c0c2f34f;hb=3dbaa3c440b654ec995f9e0d5a0fa4ef8f38b4ec;hp=fe031393711dbddfd9f400134ae7a896a6500f26;hpb=c3137496fb3ecf4899b82bd6a294023b5cb4a9ac;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index fe03139..6e189db 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -1286,6 +1286,7 @@ ArgDescriptor argDescriptors[] = { { "zippyVariants", ArgString, (LPVOID) &appData.zippyVariants, FALSE }, { "zippyMaxGames", ArgInt, (LPVOID)&appData.zippyMaxGames, FALSE }, { "zippyReplayTimeout", ArgInt, (LPVOID)&appData.zippyReplayTimeout, FALSE }, + { "zippyShortGame", ArgInt, (LPVOID)&appData.zippyShortGame, FALSE }, /* Kludge to allow winboard.ini files from buggy 4.0.4 to be read: */ { "zippyReplyTimeout", ArgInt, (LPVOID)&junk, FALSE }, #endif