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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user