SCUMM: Use nullptr

Using clang-tidy modernize-use-nullptr
This commit is contained in:
Orgad Shaneh 2021-11-13 23:40:38 +02:00 committed by Filippos Karapetis
parent 940c7bfc14
commit ed5489929c
71 changed files with 664 additions and 664 deletions

View file

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