aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/variable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/variable.cpp')
-rw-r--r--engines/sludge/variable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/variable.cpp b/engines/sludge/variable.cpp
index 30686e4b51..eee9d07e1a 100644
--- a/engines/sludge/variable.cpp
+++ b/engines/sludge/variable.cpp
@@ -555,7 +555,7 @@ variable *stackGetByIndex(variableStack *vS, uint theIndex) {
}
int deleteVarFromStack(const variable &va, variableStack *&thisStack, bool allOfEm) {
- variableStack * * huntVar = &thisStack;
+ variableStack **huntVar = &thisStack;
variableStack *killMe;
int reply = 0;