Rev 1 | Rev 75 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 21 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | void DialogBox_NewGame (void) |
26 | void DialogBox_NewGame (void) |
| 27 | { |
27 | { |
| 28 | // helper function to fire up the modeless dialog box |
28 | // helper function to fire up the modeless dialog box |
| - | 29 | ||
| - | 30 | // HACK to prevent the player to click and block the view angles while the slide-in is not finished |
|
| - | 31 | command_ignoretime = current_time + 2.0f; // allow 2 seconds |
|
| 29 | 32 | ||
| 30 | _beginthread (StartThread_ThisDialog, 0, NULL); // so fire up a new one |
33 | _beginthread (StartThread_ThisDialog, 0, NULL); // so fire up a new one |
| 31 | 34 | ||
| 32 | the_scene.gui.want_spinwheel = true; // start spinning wheel |
35 | the_scene.gui.want_spinwheel = true; // start spinning wheel |
| 33 | 36 | ||