Use INTERPOSE_NEXT in key_conflict

See comment on 0a1d87c09f
develop
Lethosor 2014-06-06 14:59:23 -04:00
parent 0a1d87c09f
commit c29d61dca2
1 changed files with 1 additions and 1 deletions

@ -391,7 +391,7 @@ struct confirm_embark_hook : df::viewscreen_setupdwarfgamest
if (key == df::interface_key::OPTIONS)
return true;
}
return false;
return INTERPOSE_NEXT(key_conflict)(key);
}
DEFINE_VMETHOD_INTERPOSE(void, render, ())