[Commits] [wesnoth/wesnoth] 65ea71: gui1: Fix nonsensical bitwise OR
GitHub
noreply at github.com
Wed Aug 19 04:52:22 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 65ea7152d039b175a80096a6b4077cfbebc7e24f
https://github.com/wesnoth/wesnoth/commit/65ea7152d039b175a80096a6b4077cfbebc7e24f
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2015-08-19 (Wed, 19 Aug 2015)
Changed paths:
M src/dialogs.cpp
Log Message:
-----------
gui1: Fix nonsensical bitwise OR
This was equivalent to `2 | !1` -> `2 | 0` -> `2`.
Spotted by reluctant_deity from Reddit.
More information about the Commits
mailing list