- Fixed the new network status display for the Linux terminal.

SVN r428 (trunk)
This commit is contained in:
Randy Heit 2006-12-29 01:48:47 +00:00
commit 4899fa91f1
8 changed files with 95 additions and 66 deletions

View file

@ -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;
}
}