SWORD25: Name the random source

This commit is contained in:
Max Horn 2011-05-17 12:03:46 +02:00
parent 99a6ac46e1
commit fb31fa2d6a

View File

@ -54,7 +54,8 @@ Kernel::Kernel() :
_input(0),
_package(0),
_script(0),
_fmv(0)
_fmv(0),
_rnd("sword25")
{
_instance = this;