CGE: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 16:04:11 +02:00
parent 7e03520030
commit 62c2e46566

View File

@ -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);