Mercurial > mm7
comparison mm7_5.cpp @ 15:b4982f23d2e9
17.01.13(work)
author | Ritor1 |
---|---|
date | Thu, 17 Jan 2013 09:24:33 +0600 |
parents | 66319a734368 |
children | fe0d9a98213f |
comparison
equal
deleted
inserted
replaced
11:66319a734368 | 15:b4982f23d2e9 |
---|---|
15136 if ( v38 )//pWindowType > 105 | 15136 if ( v38 )//pWindowType > 105 |
15137 { | 15137 { |
15138 if ( v38 == 1 )//pWindowType == 106 (0x6A) WINDOW_VideoOptions | 15138 if ( v38 == 1 )//pWindowType == 106 (0x6A) WINDOW_VideoOptions |
15139 GameMenuUI_DrawVideoOptions(); | 15139 GameMenuUI_DrawVideoOptions(); |
15140 } | 15140 } |
15141 else//pWindowType == 105 | 15141 else//pWindowType == 105 (0x69) WINDOW_KeyMappingOptions |
15142 { | 15142 { |
15143 GameMenuUI_DrawKeyBindings(); | 15143 GameMenuUI_DrawKeyBindings(); |
15144 } | 15144 } |
15145 } | 15145 } |
15146 else//pWindowType == 103 | 15146 else//pWindowType == 103 |