LilyPad: Oops...Forgot to copy two lines. Don't think they're really needed, but can't hurt.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2590 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
MattMenke@gmail.com 2010-02-12 23:09:27 +00:00
parent 3a725ee6f6
commit cd5c262e7f
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ void WndProcEater::Release() {
RemoveProp( hWndEaten, L"LilyHaxxor" );
if (hWndEaten && IsWindow(hWndEaten)) {
SetWindowLongPtr(hWndEaten, GWLP_WNDPROC, (LONG_PTR)eatenWndProc);
hWndEaten = 0;
eatenWndProc = 0;
}
}