aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/script.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/wage/script.h b/engines/wage/script.h
index 7f7ea0df07..29f2d53b62 100644
--- a/engines/wage/script.h
+++ b/engines/wage/script.h
@@ -111,9 +111,7 @@ private:
}
Operand(int value, OperandTypes type) {
- char buf[30];
_value.number = value;
- snprintf(buf, 30, "%d", value);
_str = value;
_type = type;
}