move_do_alt: use &state (as move_do)
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
pos_t *move_do(pos_t *pos, const move_t move, state_t *state);
|
||||
pos_t *move_undo(pos_t *pos, const move_t move, const state_t *state);
|
||||
|
||||
pos_t *move_do_alt(pos_t *pos, const move_t move);//, state_t *state);
|
||||
pos_t *move_undo_alt(pos_t *pos, const move_t move);//, const state_t *state);
|
||||
/* new version testing */
|
||||
pos_t *move_do_alt(pos_t *pos, const move_t move, state_t *state);
|
||||
pos_t *move_undo_alt(pos_t *pos, const move_t move, const state_t *state);
|
||||
|
||||
#endif /* MOVE_DO_H */
|
||||
|
Reference in New Issue
Block a user