Rev 153 | Rev 164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 153 | Rev 163 | ||
|---|---|---|---|
| Line 405... | Line 405... | ||
| 405 | // is our theme not loaded yet ? |
405 | // is our theme not loaded yet ? |
| 406 | if (!theme->is_loaded) |
406 | if (!theme->is_loaded) |
| 407 | Theme_LoadABitMore (theme); // load a bit more of it |
407 | Theme_LoadABitMore (theme); // load a bit more of it |
| 408 | 408 | ||
| 409 | // else do we NOT need to update the scene ? |
409 | // else do we NOT need to update the scene ? |
| 410 | else if (! |
410 | else if (!the_scene.update) |
| 411 | { |
411 | { |
| 412 | // cycle through all themes and see if one of them needs to be loaded |
412 | // cycle through all themes and see if one of them needs to be loaded |
| 413 | for (array_index = 0; array_index < theme_count; array_index++) |
413 | for (array_index = 0; array_index < theme_count; array_index++) |
| 414 | if (!themes[array_index].is_loaded) |
414 | if (!themes[array_index].is_loaded) |
| 415 | { |
415 | { |