Renamed Script::gpldisasm() to Script::run().

svn-id: r41920
This commit is contained in:
Denis Kasak 2009-06-27 15:19:03 +00:00
parent 97dde5e1ed
commit 4c524f5e0a
2 changed files with 2 additions and 2 deletions

View file

@ -275,7 +275,7 @@ GPL2Command *Script::findCommand(byte num, byte subnum) {
* value comes from.
*/
int Script::gpldisasm(byte *gplcode, uint16 len) {
int Script::run(byte *gplcode, uint16 len) {
Common::MemoryReadStream reader(gplcode, len);
while (!reader.eos()) {