Renamed Script::gpldisasm() to Script::run().
svn-id: r41920
This commit is contained in:
parent
97dde5e1ed
commit
4c524f5e0a
2 changed files with 2 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue