aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/objects.h')
-rw-r--r--engines/fullpipe/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h
index 590e8ebcbc..dd1545ffb0 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -91,7 +91,7 @@ class Sc2Array : public Common::Array<Sc2> {
union VarValue {
float floatValue;
- int intValue;
+ int32 intValue;
char *stringValue;
};