aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/script/luascript.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-09-02 12:14:04 +0000
committerEugene Sandulenko2010-10-12 23:30:00 +0000
commit086f5961b6575c50bb386750b6e9a3ed1efdd8cd (patch)
tree75c532790d67ccd3b8fdc5c371a3ce3bf0705dca /engines/sword25/script/luascript.h
parent0cdb2ded85d17150cb108a5d63dd8957c29af2a5 (diff)
downloadscummvm-rg350-086f5961b6575c50bb386750b6e9a3ed1efdd8cd.tar.gz
scummvm-rg350-086f5961b6575c50bb386750b6e9a3ed1efdd8cd.tar.bz2
scummvm-rg350-086f5961b6575c50bb386750b6e9a3ed1efdd8cd.zip
SWORD25: unsigned int -> uint
svn-id: r53309
Diffstat (limited to 'engines/sword25/script/luascript.h')
-rw-r--r--engines/sword25/script/luascript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/script/luascript.h b/engines/sword25/script/luascript.h
index 31038b97e9..f2773eef06 100644
--- a/engines/sword25/script/luascript.h
+++ b/engines/sword25/script/luascript.h
@@ -124,7 +124,7 @@ private:
bool RegisterStandardLibs();
bool RegisterStandardLibExtensions();
- bool ExecuteBuffer(const byte *Data, unsigned int Size, const Common::String &Name) const;
+ bool ExecuteBuffer(const byte *Data, uint Size, const Common::String &Name) const;
};
} // End of namespace Sword25