mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-18 20:08:06 +00:00
fixed the compilation without CAP_COMMANDLINE or without CAP_SVG or fakemobile
This commit is contained in:
@@ -834,7 +834,9 @@ void drawqueueitem(polytodraw& ptd) {
|
||||
|
||||
switch(ptd.kind) {
|
||||
case pkLink:
|
||||
#if CAP_SVG
|
||||
svg::link = ptd.u.link.link;
|
||||
#endif
|
||||
break;
|
||||
|
||||
case pkSpecial:
|
||||
|
||||
Reference in New Issue
Block a user