teenie weenie fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2480 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-02-28 20:57:29 +00:00
parent 29c22d6d44
commit c83a034d12
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ void CFrame::OnScreenshot(wxCommandEvent& WXUNUSED (event))
{
std::string name;
GenerateScreenshotName(name);
bool bPaused = Core::GetState() == Core::CORE_PAUSE;
bool bPaused = (Core::GetState() == Core::CORE_PAUSE);
Core::SetState(Core::CORE_PAUSE);
CPluginManager::GetInstance().GetVideo()->Video_Screenshot(name.c_str());