copy protection in monkey 2 bypassed by default

svn-id: r3539
This commit is contained in:
Ludvig Strigeus 2001-12-29 12:46:15 +00:00
parent 0e66f42581
commit 24bb87b24e

View File

@ -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