From d0949b7035a1697dac2de6c26f710538b43dcd9d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 8 Sep 2003 17:24:00 +0000 Subject: Updated comment. svn-id: r10100 --- sword2/driver/sprite.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sword2/driver') diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp index 5432937731..c89c00c7e5 100644 --- a/sword2/driver/sprite.cpp +++ b/sword2/driver/sprite.cpp @@ -1197,8 +1197,9 @@ int32 SoftwareRenderCompressed256(_spriteInfo *s) return 0; } -// The surface functions are only used by the in-game dialogs. Everything -// that isn't needed for them (blending, scaling, etc.) has been removed. +// The surface functions are used by the in-game dialogs and for displaying +// cutscene subtitles. Everything that isn't needed for those cases (blending, +// scaling, etc.) has been removed. int32 CreateSurface(_spriteInfo *s, uint8 **sprite) { uint8 *newSprite; -- cgit v1.2.3