Skip to content

Commit

Permalink
xrGameSpy/xrGameSpy.cpp: Initialize variable just to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 10, 2018
1 parent 4295a54 commit 1d05fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xrGameSpy/xrGameSpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const char* GetGameVersion() { return GAME_VERSION; }

int GetGameDistribution()
{
int KeyValue;
int KeyValue = 0;

#ifdef WINDOWS
HKEY KeyCDKey = 0;

Expand Down

0 comments on commit 1d05fb0

Please sign in to comment.