Browse Source

correct name of the POL_Debug_Init function

Helmut Pozimski 9 years ago
parent
commit
5bf484b34f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      risen3.sh

+ 3 - 3
risen3.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 # Date : (2015-03-09 22:58)
-# Last Revision : (2015-03-09 22:58)
+# Last Revision : (2015-03-10 18:23)
 # Wine Version used : 1.7.38
 # Distribution used to test : Debian testing/jessie
 # Author: Hoshpak
@@ -16,7 +16,7 @@ PREFIX="Risen3"
 WINEVERSION="1.7.38"
 
 POL_SetupWindow_Init
-POL_Deug_Init
+POL_Debug_Init
 
 POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://risen3.deepsilver.com" "Hoshpak" "$PREFIX"
 
@@ -42,4 +42,4 @@ POL_Wine_WaitExit "$TITLE"
 POL_Shortcut "Risen3.exe" "$TITLE"
 
 POL_SetupWindow_Close
-exit
+exit 0