mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
SCI: Added TODO suggestion to change the vm opcode switch/case to an opcode table with methods for each opcode (helps to separate code and deal with changed opcode numbering in other SCI versions)
svn-id: r38594
This commit is contained in:
parent
f78f2aeafc
commit
7422e98f8f
@ -870,7 +870,8 @@ run_vm(state_t *s, int restoring) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// TODO: Replace the following by an opcode table, and several methods for
|
||||
// each opcode.
|
||||
switch (opnumber) {
|
||||
|
||||
case 0x00: /* bnot */
|
||||
|
Loading…
x
Reference in New Issue
Block a user