D25825: Fix minor EBN issues
Albert Astals Cid
noreply at phabricator.kde.org
Mon Dec 9 22:01:34 GMT 2019
aacid added inline comments.
INLINE COMMENTS
> aiColsonPlayer.cpp:964
> {
> - nb = rand() % nb;
> + nb = qrand() % nb;
> for ( int iCountry = 0;
i would prefer if you didn't change this. Changing the random generation may break stuff and qrand is marked as deprecated in the docu nowadays so may disappear in the future
REPOSITORY
R413 KsirK
REVISION DETAIL
https://phabricator.kde.org/D25825
To: yurchor, #kde_games
Cc: aacid, kde-games-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20191209/40add212/attachment.html>
More information about the kde-games-devel
mailing list