removed unneeded local variable

This commit is contained in:
Arthur Ice 2014-03-26 16:39:44 -07:00
parent d8940ed98a
commit ebedf53ff4

View File

@ -485,7 +485,6 @@ bool ProcessZoneFile(const char *shortname) {
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
MSG msg;
BOOL done=false;
FILE *fp;
for(int i=0;i<256;i++)
keys[i] = false;