# | Line 193 | Line 193 | static bool init_screen(ULONG mode_id) | |
---|---|---|
193 | ADBSetRelMouseMode(true); | |
194 | ||
195 | // Check whether the mode is a Picasso96 mode or a CyberGfx mode | |
196 | < | if (CyberGfxBase && IsCyberModeID(mode_id)) |
197 | < | is_cgfx = true; |
198 | < | else if (P96Base && p96GetModeIDAttr(mode_id, P96IDA_ISP96)) |
196 | > | if (P96Base && p96GetModeIDAttr(mode_id, P96IDA_ISP96)) |
197 | is_p96 = true; | |
198 | + | else if (CyberGfxBase && IsCyberModeID(mode_id)) |
199 | + | is_cgfx = true; |
200 | else { | |
201 | ErrorAlert(GetString(STR_NO_P96_MODE_ERR)); | |
202 | return false; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |