Fixed some CDialog Graphic bugs

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@208 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-08-03 19:01:54 +00:00
parent 7abc5b0960
commit 20aebae483
5 changed files with 8 additions and 6 deletions

View File

@@ -224,6 +224,7 @@ void CDialog::renderDialog()
if(scrollpos < (number_of_options-h+2) && number_of_options > (int)(h-2))
g_pGraphics->sb_drawCharacter((x+w-1)<<3, (y+h-2)<<3, FONT_DOWNARROW);
}
// The original Game had a open Dialog Animation. This is what that function does...