added rude's better SDL thread fix

This commit is contained in:
bill@Ixion
2009-08-26 17:48:29 -05:00
2 changed files with 11 additions and 7 deletions
+5
View File
@@ -70,6 +70,11 @@ namespace openal
// The Pool.
Pool * pool;
// Set this to true when the thread should finish.
// Main thread will write to this value, and Audio::run
// will read from it.
bool finish;
static int run(void * unused);
public: