# | Line 49 | Line 49 | static int slot_rom_size = 0; | |
---|---|---|
49 | // Check whether a mode with the specified depth exists | |
50 | static bool has_depth(video_depth depth) | |
51 | { | |
52 | < | std::vector<video_mode>::const_iterator i = VideoModes.begin(), end = VideoModes.end(); |
52 | > | vector<video_mode>::const_iterator i = VideoModes.begin(), end = VideoModes.end(); |
53 | while (i != end) { | |
54 | if (i->depth == depth) | |
55 | return true; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |