- added error checking and allow the game to continue if we cannot init the sound system

- persist error messagebox between program states
This commit is contained in:
Mark Vejvoda
2010-07-09 22:16:26 +00:00
parent eb34eb1fe5
commit f40dd94b1d
10 changed files with 358 additions and 40 deletions

View File

@@ -23,7 +23,7 @@
#include "platform_util.h"
#include "platform_main.h"
#include "network_interface.h"
#include "sound_renderer.h"
//#include "sound_renderer.h"
#include "ImageReaders.h"
#include "renderer.h"
#include "simple_threads.h"