mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
removed unneeded local variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user