(svn r8969) -Codechange: rework of the player face bits.

- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer
 - replace tons of ifs/switches/magic numbers by table lookups
This commit is contained in:
rubidium
2007-03-02 01:17:11 +00:00
parent 89d8f5f7b5
commit ea319b78f8
13 changed files with 287 additions and 127 deletions

View File

@@ -36,6 +36,7 @@
#include "unmovable.h"
#include "date.h"
#include "cargotype.h"
#include "player_face.h"
/* Score info */
const ScoreInfo _score_info[] = {