From: Nick Bowler Date: Wed, 7 Dec 2022 03:40:10 +0000 (-0500) Subject: Improve game_check_goal implementation slightly. X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/commitdiff_plain/384c634555c6c65635abfcb819e37221d236b410?ds=sidebyside;hp=384c634555c6c65635abfcb819e37221d236b410 Improve game_check_goal implementation slightly. It seems that, at least on x86, GCC can generate very slightly more compact code by "expanding" the goal bitmap to match the game format, rather what is currently done ("shrinking" the game bitmap to match the goal format). Add a sanity test case that checks the result of this function, which makes such a change straightforward to do. ---