Build Settings: Fixed linking errors, I think

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1774 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-01-04 22:40:35 +00:00
parent fe4fc22127
commit c99c768f70
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ void CFrame::MM_OnLog(wxCommandEvent& event)
MusicMod::bShowConsole = !MusicMod::bShowConsole;
if(MusicMod::bShowConsole)
{ ShowConsole(); /*Player_Console(true);*/ }
{ ShowConsole(); Player_Console(true); }
else
{
#if defined (_WIN32)