1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

gobot: CAP_THREAD not CAP_THREADS

This commit is contained in:
Zeno Rogue 2023-08-06 11:52:09 +02:00
parent dfb3626568
commit 2c0afce4ca

View File

@ -21,7 +21,7 @@
#include "rogueviz.h"
namespace hr {
#if CAP_THREADS
#if CAP_THREAD
EX namespace gobot {
eWall empty = waChasm;