mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +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) {
|
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
|
||||||
MSG msg;
|
MSG msg;
|
||||||
BOOL done=false;
|
BOOL done=false;
|
||||||
FILE *fp;
|
|
||||||
|
|
||||||
for(int i=0;i<256;i++)
|
for(int i=0;i<256;i++)
|
||||||
keys[i] = false;
|
keys[i] = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user