[wesnoth-commits] [wesnoth/wesnoth] fa3b7d: Cleaned up cursor handling code
GitHub
noreply at github.com
Sat Feb 24 22:20:37 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: fa3b7df80c1ff0433e637c5d1b03a6339ea9ae25
https://github.com/wesnoth/wesnoth/commit/fa3b7df80c1ff0433e637c5d1b03a6339ea9ae25
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths:
M src/cursor.cpp
Log Message:
-----------
Cleaned up cursor handling code
* Made use of unique_ptrs with custom deleters.
* Made use of std::array
* Got rid of all the individual arrays in favor of a single struct.
More information about the Commits
mailing list