changeset 409:90099d811d4f

no comment
author Ritor1
date Sat, 23 Feb 2013 18:44:57 +0600
parents f660fc16ceb6
children 6cb79ea315ba 89f0edd8adbf
files AIL.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/AIL.cpp	Sat Feb 23 18:40:15 2013 +0600
+++ b/AIL.cpp	Sat Feb 23 18:44:57 2013 +0600
@@ -259,14 +259,14 @@
 
 int __stdcall AIL_redbook_close(HREDBOOK a1)
 {
-// __asm int 3
+ __asm int 3
  return 0;
 }
 
 // sub_4D8344: using guessed type int __stdcall AIL_shutdown();
 int __stdcall AIL_shutdown()
 {
-// __asm int 3
+ __asm int 3
  return 0;
 }