Browse Source
* Update random number functions to avoid IB Most calls to set seed were using uint32_t already, there were a few variables which were better served by having their type changed from signed to unsigned. The one exception is ItemStruct::_iSeed. This is an identifier that also happens to be used as a seed occasionally so a comment was added documenting this exception. Includes suggested style changes for Source/towners.h; Source/towners.cpp; Source/msg.h; Source/multi.hpull/2246/head
12 changed files with 50 additions and 29 deletions
Loading…
Reference in new issue