aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi_v2.cpp')
-rw-r--r--engines/agi/agi_v2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/agi_v2.cpp b/engines/agi/agi_v2.cpp
index a7dc951842..c2f33320f0 100644
--- a/engines/agi/agi_v2.cpp
+++ b/engines/agi/agi_v2.cpp
@@ -33,8 +33,8 @@ int AgiLoader_v2::version() {
return 2;
}
-void AgiLoader_v2::setIntVersion(int version) {
- int_version = version;
+void AgiLoader_v2::setIntVersion(int ver) {
+ int_version = ver;
}
int AgiLoader_v2::getIntVersion() {