Code review comment for lp:~widelands-dev/widelands/ai-scheduler

Revision history for this message
TiborB (tiborb95) wrote :

When using simple std::pair<ScheduleTasks, DueTime>, I would completely eliminate the scheduler_review() function. It would made the code shorter and a bunch of variables would disappear.

« Back to merge proposal