diff options
Diffstat (limited to 'engines/prince/graphics.cpp')
-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]; } } |