(svn r19254) -Codechange: simplify newgrf text code by introducing a few helper functions

This commit is contained in:
yexo
2010-02-25 20:00:11 +00:00
parent bf67762f4c
commit d60fb0640b
2 changed files with 68 additions and 42 deletions

View File

@@ -36,7 +36,7 @@ GRFError::~GRFError()
{
free(this->custom_message);
free(this->data);
}
}
/**
* Update the palettes of the graphics from the config file.