mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed CAP_THREAD==0
This commit is contained in:
parent
24b3d17eb4
commit
29a2cb58ef
@ -284,7 +284,9 @@ struct fpattern {
|
||||
|
||||
fpattern(int p) {
|
||||
force_hash = 0;
|
||||
dis = nullptr;
|
||||
#if CAP_THREAD
|
||||
dis = nullptr;
|
||||
#endif
|
||||
if(!p) return;
|
||||
init(p);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user