Workaround joy init

This commit is contained in:
simon.kagstrom 2010-02-23 18:23:04 +00:00
parent b972e6f71b
commit b2e04e878d

View File

@ -139,7 +139,11 @@ extern "C" int main(int argc, char **argv)
Frodo::Frodo()
{
Prefs p;
TheC64 = NULL;
ThePrefs = p; /* Silly workaround to fix joystick bug */
}