- Fixed the new network status display for the Linux terminal.
SVN r428 (trunk)
This commit is contained in:
parent
3eeef7af77
commit
4899fa91f1
8 changed files with 95 additions and 66 deletions
|
|
@ -304,7 +304,7 @@ void FRandom::StaticPrintSeeds ()
|
|||
|
||||
while (rng != NULL)
|
||||
{
|
||||
Printf ("%s: %08lx\n", rng->Name, rng->Seed);
|
||||
Printf ("%s: %08x\n", rng->Name, rng->Seed);
|
||||
rng = rng->Next;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue