aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sludge/main_loop.cpp2
-rw-r--r--engines/sludge/sludger.cpp4
2 files changed, 0 insertions, 6 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index 6341c3ef21..10f54d4e71 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -45,8 +45,6 @@ namespace Sludge {
extern VariableStack *noStack;
-int dialogValue = 0;
-
int main_loop(Common::String filename) {
if (!initSludge(filename)) {
diff --git a/engines/sludge/sludger.cpp b/engines/sludge/sludger.cpp
index e363ab6634..5f22acb368 100644
--- a/engines/sludge/sludger.cpp
+++ b/engines/sludge/sludger.cpp
@@ -55,8 +55,6 @@
namespace Sludge {
-extern int dialogValue;
-
int numBIFNames = 0;
Common::String *allBIFNames;
int numUserFunc = 0;
@@ -604,8 +602,6 @@ bool continueFunction(LoadedFunction *fun) {
break;
case SLU_UNREG:
- if (dialogValue != 1)
- fatal(ERROR_HACKER);
break;
case SLU_LOAD_STRING: