added santiy checks to mutexes
[physics.git] / src / locks / Mutex.h
index fdba961..cac4d94 100644 (file)
@@ -43,7 +43,8 @@ private:
     const Mutex& operator ==(const Mutex&);
 
 private:
-    SDL_mutex* m_pSDL_mutex;
+    SDL_mutex*   m_pSDL_mutex;
+    unsigned int m_uiThreadID;
 };
 
 #endif // MUTEX_H