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