mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Replaced most of usages of CRandomGenerator with vstd::RNG in library
This commit is contained in:
@ -41,7 +41,7 @@ void CGPandoraBox::init()
|
||||
}
|
||||
}
|
||||
|
||||
void CGPandoraBox::initObj(CRandomGenerator & rand)
|
||||
void CGPandoraBox::initObj(vstd::RNG & rand)
|
||||
{
|
||||
init();
|
||||
|
||||
|
Reference in New Issue
Block a user