SCUMM: Use nullptr
Using clang-tidy modernize-use-nullptr
This commit is contained in:
parent
940c7bfc14
commit
ed5489929c
71 changed files with 664 additions and 664 deletions
|
@ -961,7 +961,7 @@ void ScummEngine_v0::o_endCutscene() {
|
|||
setMode(vm.cutSceneData[0]);
|
||||
|
||||
if (_currentMode == kModeKeypad) {
|
||||
startScene(vm.cutSceneData[2], 0, 0);
|
||||
startScene(vm.cutSceneData[2], nullptr, 0);
|
||||
// in contrast to the normal keypad behavior we unfreeze scripts here
|
||||
unfreezeScripts();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue