mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixup export chessvalue
This commit is contained in:
parent
68ee90fcba
commit
37ceb0bcbc
@ -81,7 +81,7 @@ bool ishex2(cell *c) {
|
||||
else return c->master->c7 != c;
|
||||
}
|
||||
|
||||
int chessvalue(cell *c) {
|
||||
EX int chessvalue(cell *c) {
|
||||
#if CAP_ARCM
|
||||
if(arcm::in())
|
||||
return arcm::chessvalue(c);
|
||||
|
Loading…
Reference in New Issue
Block a user