Adapt code to use MSTimeF().
This commit is contained in:
parent
4248c1240f
commit
1cf4ce0d08
8 changed files with 28 additions and 35 deletions
|
|
@ -26,7 +26,7 @@ Class SWWMHDoomHandler : StaticEventHandler
|
|||
}
|
||||
if ( !detected )
|
||||
return;
|
||||
SetRandomSeed[hdscreen](Random[hdscreen]()+consoleplayer+MSTime());
|
||||
SetRandomSeed[hdscreen](Random[hdscreen]()+consoleplayer+int(MSTimeF()));
|
||||
Console.Printf(
|
||||
"\cx┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\c-\n"
|
||||
"\cx┃ \cfOh my, someone appears to be \cgH \ckO \cdR \cvN \chY \ct♥ \cx┃\c-\n"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Class SWWMBrutalHandler : StaticEventHandler
|
|||
}
|
||||
if ( !detected )
|
||||
return;
|
||||
SetRandomSeed[bdscreen](Random[bdscreen]()+consoleplayer+MSTime());
|
||||
SetRandomSeed[bdscreen](Random[bdscreen]()+consoleplayer+int(MSTimeF()));
|
||||
Console.Printf(
|
||||
"\cx┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓\c-\n"
|
||||
"\cx┃ \cfIf you have "..whichshort.." on your autoload you really shouldn't. \cx┃\c-\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue