← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/multiplayer_dropdowns_2_init_team into lp:widelands

 

Review: Needs Fixing

Please revert the macros cast_unsigned and cast_signed and stick to using the static_cast<> operators - they are verbose, but are understood by any c++ programmer without additional context. Code is only written once, but read multiple times - so optimizing for the convenience of the writer is the wrong thing to optimize for.

Otherwise code LGTM and compiles. Not tested.
-- 
https://code.launchpad.net/~widelands-dev/widelands/multiplayer_dropdowns_2_init_team/+merge/326303
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/multiplayer_dropdowns_1_type.


References