Fixed file handle leak when loading a save game

git-svn-id: https://svn.eduke32.com/eduke32@6565 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
pogokeen 2017-12-17 02:03:55 +00:00
parent efaf328e4d
commit 59597982c5

View file

@ -334,6 +334,8 @@ int32_t G_LoadPlayer(int32_t spot)
VM_OnEvent(EVENT_LOADGAME, g_player[screenpeek].ps->i, screenpeek); VM_OnEvent(EVENT_LOADGAME, g_player[screenpeek].ps->i, screenpeek);
kclose(fil);
return 0; return 0;
} }