mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
copy protection in monkey 2 bypassed by default
svn-id: r3539
This commit is contained in:
parent
0e66f42581
commit
24bb87b24e
@ -279,6 +279,10 @@ int Scumm::fetchScriptWord() {
|
||||
return a;
|
||||
}
|
||||
|
||||
#ifndef BYPASS_COPY_PROT
|
||||
#define BYPASS_COPY_PROT
|
||||
#endif
|
||||
|
||||
int Scumm::readVar(uint var) {
|
||||
int a;
|
||||
#ifdef BYPASS_COPY_PROT
|
||||
|
Loading…
Reference in New Issue
Block a user