1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00

Fixed a copy&paste error in a comment.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5613 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-03-11 22:44:22 +00:00
parent 422629ff91
commit 3f25b9d6a2

View File

@ -57,7 +57,7 @@ enum Mode {
smMultiColor
};
/* Screen size of a koala picture */
/* Size of a sprite */
#define WIDTH_HR 24U
#define WIDTH_MC 12U
#define HEIGHT 21U