diff options
author | Alexandre Detiste | 2016-02-14 10:27:44 +0100 |
---|---|---|
committer | Alexandre Detiste | 2016-02-15 18:27:02 +0100 |
commit | 6c298e964f7352d82b13d5f60d8e5cc638176dcd (patch) | |
tree | 5e90ad2065c7fbaa86e76b82a4ba5b1fc2bb5105 /engines/prince | |
parent | a12940c0a9d67ceb3e13a0b20f50000cc18841a3 (diff) | |
download | scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.gz scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.tar.bz2 scummvm-rg350-6c298e964f7352d82b13d5f60d8e5cc638176dcd.zip |
JANITORIAL: Typos detected with lintian & grep
Diffstat (limited to 'engines/prince')
-rw-r--r-- | engines/prince/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/graphics.cpp b/engines/prince/graphics.cpp index 3482d79f69..d5178efc17 100644 --- a/engines/prince/graphics.cpp +++ b/engines/prince/graphics.cpp @@ -279,7 +279,7 @@ void GraphicsMan::drawTransparentWithTransDrawNode(Graphics::Surface *screen, Dr // first and last row at the same time (height = 1) - no anti-alias continue; } - // new color value based on orginal screen surface color and sprite's edge pixel color + // new color value based on original screen surface color and sprite's edge pixel color *dst2 = transTableData[*dst2 * 256 + value]; } } |