Changeset 181 in xtideuniversalbios for trunk/Configurator/Src/Libraries/menu/menudraw.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/Libraries/menu/menudraw.asm
r170 r181 287 287 test BYTE [bp+MENUVARS.bFlags], FLG_MNU_HIDENFO ; Information hidden? 288 288 jnz SHORT .JumpToBottomBorder 289 test cx, cx ; Any info strings? 290 jz SHORT MenuDraw_BottomBorder 289 jcxz MenuDraw_BottomBorder ; Any info strings? 291 290 push cx 292 291 call MenuDraw_MiddleBorder ; Draw middle border
Note:
See TracChangeset
for help on using the changeset viewer.