widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #10522
Re: [Merge] lp:~widelands-dev/widelands/ai-post-b19-2 into lp:widelands
BTW comments like
//Should happen only rarely so we print a warning here
will break codecheck, always use a blank space:
// Should happen only rarely so we print a warning here
Regarding your question in the code, size_t is an unsigned type http://www.cplusplus.com/reference/cstddef/size_t/?kw=size_t
--
https://code.launchpad.net/~widelands-dev/widelands/ai-post-b19-2/+merge/325796
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/ai-post-b19-2 into lp:widelands.
References