EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
966 stars 183 forks source link

Regression fix of the Scene refactor: Battle skills were not listed correctly #3231

Closed Ghabry closed 1 month ago

Ghabry commented 1 month ago

also cleaned up some compiler warnings (though this concrete weird C++ behaviour was not warned about -_-)

carstene1ns commented 1 month ago

These promotion rules only apply for const references here, would be catched for non-const. This kind of magic is the reason we have explicit constructors since c++11....