otclient icon indicating copy to clipboard operation
otclient copied to clipboard

Why is double being used instead of int in some places?

Open sundance opened this issue 5 years ago • 1 comments

e.g https://github.com/otland/otclient/blob/master/src/client/localplayer.h#L72 Aren't all of those except for capacity Int values?

sundance avatar Mar 02 '19 19:03 sundance

That is a good question. I don't see why either. They just seem to be defined as "double" with their values being set to ints like "1" "-1" etc.

ericlancebrown avatar May 08 '19 11:05 ericlancebrown