(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:
@@ -554,6 +554,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\player.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\player_face.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\queue.h">
|
||||
</File>
|
||||
|
||||
@@ -967,6 +967,10 @@
|
||||
RelativePath=".\..\src\player.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\player_face.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\queue.h"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user