mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- change sdl mutex name to new sdl2 name
This commit is contained in:
@@ -140,12 +140,12 @@ public:
|
||||
}
|
||||
}
|
||||
inline void p() {
|
||||
SDL_mutexP(mutex);
|
||||
SDL_LockMutex(mutex);
|
||||
refCount++;
|
||||
}
|
||||
inline void v() {
|
||||
refCount--;
|
||||
SDL_mutexV(mutex);
|
||||
SDL_UnlockMutex(mutex);
|
||||
}
|
||||
inline int getRefCount() const { return refCount; }
|
||||
|
||||
|
Reference in New Issue
Block a user