From 2f5e115e9a3b1a8cde9f17dade63b2ce1d0fa52d Mon Sep 17 00:00:00 2001 From: uruk Date: Wed, 23 Jul 2014 09:29:24 +0200 Subject: CGE2: Use nullptr instead of NULL in switchColorMode(). --- engines/cge2/cge2_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index f5587e1e8a..00b3adda38 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -1098,7 +1098,7 @@ void CGE2Engine::optionTouch(int opt, uint16 mask) { } void CGE2Engine::switchColorMode() { - _commandHandlerTurbo->addCommand(kCmdSeq, 121, _vga->_mono = !_vga->_mono, NULL); + _commandHandlerTurbo->addCommand(kCmdSeq, 121, _vga->_mono = !_vga->_mono, nullptr); keyClick(); _vga->setColors(_vga->_sysPal, 64); } -- cgit v1.2.3