[Commits] [wesnoth/wesnoth] 1a122c: Fix the linking error found in the last commit.
GitHub
noreply at github.com
Fri Jun 27 18:47:12 UTC 2014
Branch: refs/heads/spritesheet
Home: https://github.com/wesnoth/wesnoth
Commit: 1a122c8b6b323e8602f42884bdc49b1bec77ca35
https://github.com/wesnoth/wesnoth/commit/1a122c8b6b323e8602f42884bdc49b1bec77ca35
Author: Aishiko <Aishiko at users.noreply.github.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M src/CMakeLists.txt
M src/spritesheet.cpp
M src/spritesheet.hpp
M src/unit_types.cpp
Log Message:
-----------
Fix the linking error found in the last commit.
The error was caused by forgetting to add the new file to the
CMakeList.txt file. It was then found that the new file did not
compile because of non matching variable names, those were changed
so they match. Lastly a comment asking for reveiw/help finding the
issue was removed from unit_types.cpp as it is no longer an issue.
Commit: 7c8fd2fdab403587364a08778b1b0168fd69fc53
https://github.com/wesnoth/wesnoth/commit/7c8fd2fdab403587364a08778b1b0168fd69fc53
Author: Aishiko <Aishiko at users.noreply.github.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M src/CMakeLists.txt
M src/spritesheet.cpp
M src/spritesheet.hpp
M src/unit_types.cpp
Log Message:
-----------
Merge pull request #228 from Aishiko/spritesheet
Fix the linking error found in the last commit.
Compare: https://github.com/wesnoth/wesnoth/compare/ee878bd070f7...7c8fd2fdab40
More information about the Commits
mailing list