Rev 145 | Rev 153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 145 | Rev 152 | ||
|---|---|---|---|
| Line 477... | Line 477... | ||
| 477 | Config_Save (); |
477 | Config_Save (); |
| 478 | 478 | ||
| 479 | // unload localized texts |
479 | // unload localized texts |
| 480 | LocalizedTexts_Shutdown (); |
480 | LocalizedTexts_Shutdown (); |
| 481 | 481 | ||
| - | 482 | ExitProcess (0); // it looks like this is needed to terminate reluctant Chess Giants instances... |
|
| 482 | return (0); // and return to Windows. |
483 | return (0); // and return to Windows. |
| 483 | } |
484 | } |
| 484 | 485 | ||
| 485 | 486 | ||
| 486 | static void MainLoop_FindCurrentViewer (void) |
487 | static void MainLoop_FindCurrentViewer (void) |