fixup export chessvalue

This commit is contained in:
Zeno Rogue 2020-04-12 20:34:45 +02:00
parent 68ee90fcba
commit 37ceb0bcbc
1 changed files with 1 additions and 1 deletions

View File

@ -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);