Remove an unused variable from startwin.game.c.

git-svn-id: https://svn.eduke32.com/eduke32@3832 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2013-06-01 06:54:29 +00:00
parent 297dfcdfc7
commit 4375a3c261

View file

@ -254,7 +254,7 @@ static void PopulateForm(int32_t pgs)
if (pgs & POPULATE_GAME)
{
struct grpfile *fg;
int32_t i, j;
int32_t j;
char buf[1024];
hwnd = GetDlgItem(pages[TAB_CONFIG], IDCDATA);