mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
changed mutex to recursive_mutex
This commit is contained in:
@@ -317,7 +317,7 @@ struct fpattern {
|
||||
struct discovery {
|
||||
fpattern experiment;
|
||||
std::shared_ptr<std::thread> discoverer;
|
||||
std::mutex lock, slock;
|
||||
std::recursive_mutex lock, slock;
|
||||
bool is_suspended;
|
||||
bool stop_it;
|
||||
|
||||
|
Reference in New Issue
Block a user