A fix to the Mario Kart Wii hack

Changed value 0.00006f to 0.0006f

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3257 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid 2009-05-17 01:41:21 +00:00
parent 22eff0846f
commit cdc1432550
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ void Config::UpdateHack()
break;
case OGL_HACK_MARIO_KART_WII:
g_Config.bPhackvalue1 = 1;
g_Config.fhackvalue1 = 0.00006f;
g_Config.fhackvalue1 = 0.0006f;
g_Config.bPhackvalue2 = 0;
g_Config.bProjHack1 = 0;
break;