diff options
Diffstat (limited to 'engines/gob/palanim.cpp')
| -rw-r--r-- | engines/gob/palanim.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/gob/palanim.cpp b/engines/gob/palanim.cpp index 564f7a1a9a..f3770b0425 100644 --- a/engines/gob/palanim.cpp +++ b/engines/gob/palanim.cpp @@ -83,7 +83,7 @@ bool PalAnim::fadeStep(int16 oper) {  	byte newBlue;  	if (_vm->_global->_colorCount != 256) -		error("PalAnim::fadeStep(): Only 256 color mode is supported!"); +		error("PalAnim::fadeStep(): Only 256 color mode is supported");  	if (oper == 0) {  		if (_vm->_global->_setAllPalette) { | 
