Rev 124 | Rev 133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 124 | Rev 130 | ||
|---|---|---|---|
| Line 85... | Line 85... | ||
| 85 | is_window_sought_validated = false; |
85 | is_window_sought_validated = false; |
| 86 | save_pathname[0] = 0; |
86 | save_pathname[0] = 0; |
| 87 | srand ((unsigned int) time (NULL)); // initialize PRNG |
87 | srand ((unsigned int) time (NULL)); // initialize PRNG |
| 88 | animation_endtime = 0.0f; |
88 | animation_endtime = 0.0f; |
| 89 | command_ignoretime = 0.0f; |
89 | command_ignoretime = 0.0f; |
| 90 | sound_playtime = 0.0f; |
- | |
| 91 | highlight_endtime = 0.0f; |
90 | highlight_endtime = 0.0f; |
| 92 | previous_time = 0.0f; |
91 | previous_time = 0.0f; |
| 93 | frame_count = 0; |
92 | frame_count = 0; |
| 94 | 93 | ||
| 95 | // load the texts and ensure we have at least one display language |
94 | // load the texts and ensure we have at least one display language |