diff CShow.h @ 2:2ca04ccb612a

NoCD, main menu, various
author Nomad
date Wed, 10 Oct 2012 14:21:15 +0200
parents 8b8875f5b359
children 17150bdf321e
line wrap: on
line diff
--- a/CShow.h	Tue Oct 09 13:09:08 2012 +0200
+++ b/CShow.h	Wed Oct 10 14:21:15 2012 +0200
@@ -41,7 +41,7 @@
   char v10; // [sp+4h] [bp-8h]@4
   int a3; // [sp+Bh] [bp-1h]@14
 
-  if ( pAsyncMouse )
+  if (pAsyncMouse)
     pAsyncMouse->Suspend();
   switch ( eVideo )
   {
@@ -100,7 +100,7 @@
   }
   if ( bShowMouseAfterPlayback )
   {
-    if ( pAsyncMouse )
+    if (pAsyncMouse)
       pAsyncMouse->Resume();
   }
 }