Code review comment for lp:~widelands-dev/widelands/ai_blocked_cosideration

Revision history for this message
GunChleoc (gunchleoc) wrote :

Code LGTM. You managed to get some unprintable characters in there though:

/home/travis/build/widelands/widelands/src/ai/defaultai.cc:4905:4: error: stray ‘\302’ in program
    inputs[28] = (bo.total_count() > 0 && spots_ < kSpotsTooLittle ? -2 : 0;

etc.

« Back to merge proposal