GRIM: Rename GrimEngine's getters.

This commit is contained in:
Giulio Camuffo 2011-05-05 11:25:08 +02:00
parent f2b5a2838f
commit 7e3e63dbbd
9 changed files with 110 additions and 107 deletions

View file

@ -87,7 +87,7 @@ void TextObject::saveState(SaveGame *state) const {
bool TextObject::restoreState(SaveGame *state) {
destroyBitmap();
_fgColor = g_grim->color(state->readLEUint32());
_fgColor = g_grim->getColor(state->readLEUint32());
_x = state->readLESint32();
_y = state->readLESint32();