[Commits] [wesnoth/wesnoth] 42f654: Properly check SDL events in the story screen
GitHub
noreply at github.com
Sun Jan 17 03:35:37 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 42f6541a1394ff7aa9ef766c014d3b1a71156916
https://github.com/wesnoth/wesnoth/commit/42f6541a1394ff7aa9ef766c014d3b1a71156916
Author: Andreas Löf <andreas at alternating.net>
Date: 2016-01-17 (Sun, 17 Jan 2016)
Changed paths:
M src/storyscreen/render.cpp
Log Message:
-----------
Properly check SDL events in the story screen
The story screen is listening to SDL events, but was improperly
checking the event type. This led to the expression always being true,
leading to undesired behaviour.
More information about the Commits
mailing list