Fix issues on ro implementation (#834)

* ro: Fixes some bugs

* Fix critical overflow in random computation
This commit is contained in:
Thog 2019-11-26 19:41:17 +01:00 committed by Ac_K
parent 3f3ae99a0f
commit 69329dc569
2 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@
enum ResultCode
{
ModuleId = 22,
ErrorCodeShift = 22,
ErrorCodeShift = 9,
Success = 0,