mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 23:35:59 +00:00
fixed CAP_THREAD==0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user