diff options
author | Arnaud Boutonné | 2009-08-13 09:59:44 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-08-13 09:59:44 +0000 |
commit | fc74ec86466fe949dc89c1ba4d47e43a66083e15 (patch) | |
tree | 4280ce516a3e207e5322c37ffb0866e1bf6cecba /dists/msvc8 | |
parent | 6bcc9a45fd63c35f4060fee81989d5cb1c0f833f (diff) | |
download | scummvm-rg350-fc74ec86466fe949dc89c1ba4d47e43a66083e15.tar.gz scummvm-rg350-fc74ec86466fe949dc89c1ba4d47e43a66083e15.tar.bz2 scummvm-rg350-fc74ec86466fe949dc89c1ba4d47e43a66083e15.zip |
- Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround in working code
- Replace OPCODEDRAW 0x20,0x23 and 0x25
svn-id: r43345
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/gob.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index c691aae742..85f5e4bb86 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -103,6 +103,7 @@ <File RelativePath="..\..\engines\gob\inter.h" /> <File RelativePath="..\..\engines\gob\inter_bargon.cpp" /> <File RelativePath="..\..\engines\gob\inter_fascin.cpp" /> + <File RelativePath="..\..\engines\gob\inter_playtoons.cpp" /> <File RelativePath="..\..\engines\gob\inter_v1.cpp" /> <File RelativePath="..\..\engines\gob\inter_v2.cpp" /> <File RelativePath="..\..\engines\gob\inter_v3.cpp" /> |