aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index f2ced4a815..0950f74100 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -34,7 +34,7 @@
namespace Scumm {
-static uint16 newTag2Old(uint32 oldTag);
+static uint16 newTag2Old(uint32 newTag);
static const char *resTypeFromId(int id);
@@ -1434,8 +1434,8 @@ const byte *findResourceSmall(uint32 tag, const byte *searchin) {
return NULL;
}
-uint16 newTag2Old(uint32 oldTag) {
- switch (oldTag) {
+uint16 newTag2Old(uint32 newTag) {
+ switch (newTag) {
case (MKID('RMHD')):
return (0x4448); // HD
case (MKID('IM00')):