From: uz Date: Sun, 11 Mar 2012 22:44:22 +0000 (+0000) Subject: Fixed a copy&paste error in a comment. X-Git-Tag: V2.14~450 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f25b9d6a21ed9a4b65aaaba6ad6a50a347ab588;p=cc65 Fixed a copy&paste error in a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5613 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/sp65/vic2sprite.c b/src/sp65/vic2sprite.c index a86c2a706..9fbe06f11 100644 --- a/src/sp65/vic2sprite.c +++ b/src/sp65/vic2sprite.c @@ -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