D25825: Fix minor EBN issues
Albert Astals Cid <[email protected]>
| Newsgroups | gmane.comp.kde.devel.games |
|---|---|
| Message-ID | <[email protected]> |
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