Skip to content

Commit

Permalink
Work around an order-of-initialization issue that caused crash on res…
Browse files Browse the repository at this point in the history
…et-to-default
  • Loading branch information
jimrandomh committed May 10, 2015
1 parent 558d368 commit a956f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/ProxyHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ using std::string;
#define CPUARCH_STR "32bit"
#endif

const ProxyConfig defaultConfig;

static InputBindingRef LShift = Key(VK_LSHIFT);
static InputBindingRef LCtrl = Key(VK_LCONTROL);
static InputBindingRef LAlt = Key(VK_MENU);
const ProxyConfig defaultConfig;

static void HandleGameProfile(ProxyHelper::ConfigTransferDirection dir, xml_node &node, ProxyConfig &config);


Expand Down

0 comments on commit a956f0c

Please sign in to comment.