diff options
| author | Filippos Karapetis | 2010-11-17 14:03:14 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2010-11-17 14:03:14 +0000 |
| commit | bb9b7c24f9e301d35c1dcfb1a498df4af2a154db (patch) | |
| tree | f4592934cafae379a89133fe1effda0085423e03 /engines/sci/engine/vm.cpp | |
| parent | 3d7f7b49fe86e2ec8d637d9d5df5c8cb11969734 (diff) | |
| download | scummvm-rg350-bb9b7c24f9e301d35c1dcfb1a498df4af2a154db.tar.gz scummvm-rg350-bb9b7c24f9e301d35c1dcfb1a498df4af2a154db.tar.bz2 scummvm-rg350-bb9b7c24f9e301d35c1dcfb1a498df4af2a154db.zip | |
SCI: Added some SCI3 selector related information
- Added a TODO for the usage of the -info- selector in kClone and kDisposeClone in
SCI3 scripts, as it's no longer used in SCI3
- Added information about which of the selectors are missing in SCI3. There are
some more which are missing, but aren't used in SCI2-SCI3 anyway
- Some styling
svn-id: r54291
Diffstat (limited to 'engines/sci/engine/vm.cpp')
| -rw-r--r-- | engines/sci/engine/vm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp index 71b0b9809c..79fe08792d 100644 --- a/engines/sci/engine/vm.cpp +++ b/engines/sci/engine/vm.cpp @@ -1735,7 +1735,7 @@ void run_vm(EngineState *s) { if (s->r_acc.offset >= scr->getBufSize()) { error("VM: lofsa operation overflowed: %04x:%04x beyond end" - " of script (at %04x)\n", PRINT_REG(s->r_acc), scr->getBufSize()); + " of script (at %04x)", PRINT_REG(s->r_acc), scr->getBufSize()); } break; |
