Re: Win32lib and multiple displays
- Posted by Craig Welch <euphoria at cwelch.org> Jul 07, 2005
- 562 views
Pete Lomax wrote: > For a quick fix, just comment out the lines: > w32Seed = xor_bits(floor(w32Seed), peek4u(msg+16)) > w32Seed = xor_bits(floor(w32Seed), peek4u(msg+20) * > This will stop getRandInt() working properly. Done. Problem solved. Thanks, -- Craig