mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
CGE: Remove trailing whitespace
This commit is contained in:
parent
7e03520030
commit
62c2e46566
@ -640,7 +640,7 @@ Vga::Vga(CGEEngine *vm) : _frmCnt(0), _msg(NULL), _name(NULL), _setPal(false), _
|
||||
|
||||
if (ConfMan.getBool("enable_color_blind"))
|
||||
_mono = 1;
|
||||
|
||||
|
||||
|
||||
_oldColors = (Dac *)malloc(sizeof(Dac) * kPalCount);
|
||||
_newColors = (Dac *)malloc(sizeof(Dac) * kPalCount);
|
||||
|
Loading…
Reference in New Issue
Block a user