diff options
author | Eugene Sandulenko | 2005-04-12 08:59:45 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-04-12 08:59:45 +0000 |
commit | 185aa763513f2e7e3c206ade8fb0c51c24c49b55 (patch) | |
tree | d6866461cd4c6d0578f4099e1855fd1be8126e21 /gob | |
parent | 996bbacc27d3f7202f2318bf5aeac5d7c0ae6fd0 (diff) | |
download | scummvm-rg350-185aa763513f2e7e3c206ade8fb0c51c24c49b55.tar.gz scummvm-rg350-185aa763513f2e7e3c206ade8fb0c51c24c49b55.tar.bz2 scummvm-rg350-185aa763513f2e7e3c206ade8fb0c51c24c49b55.zip |
Add comments on CD-specific opcodes
svn-id: r17566
Diffstat (limited to 'gob')
-rw-r--r-- | gob/inter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gob/inter.cpp b/gob/inter.cpp index 68d5cfe23f..21ffbbb434 100644 --- a/gob/inter.cpp +++ b/gob/inter.cpp @@ -409,12 +409,14 @@ void inter_drawOperations(void) { case 32: // FIXME + // Used in gob1 CD warning("unimplemented drawOperation: %d", cmd); inter_evalExpr(0); break; case 33: // FIXME + // Used in gob1 CD warning("unimplemented drawOperation: %d", cmd); WRITE_VAR(5, 32767); break; |