mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
HOPKINS: Fix the censorship flag (bug #6591)
This commit is contained in:
parent
2a6a79b167
commit
7661b8adfc
@ -74,7 +74,7 @@ int FileManager::readStream(Common::ReadStream &stream, void *buf, size_t nbytes
|
||||
* It's now using the config manager and a per-engine GUI option.
|
||||
*/
|
||||
void FileManager::initCensorship() {
|
||||
_vm->_globals->_censorshipFl = ConfMan.getBool("enable_gore");
|
||||
_vm->_globals->_censorshipFl = !ConfMan.getBool("enable_gore");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user