- GCC warning removal.

* This may or may not be a problem, but GCC warned that FStateDefinitions::
    AddStateDefines() does not initialize def.FStateDefine::DefineFlags, so
    I fixed that.


SVN r1262 (trunk)
This commit is contained in:
Randy Heit 2008-10-14 03:21:53 +00:00
commit 738e8ca7ad
6 changed files with 8 additions and 3 deletions

View file

@ -1167,7 +1167,7 @@ void DDrawFB::Update ()
}
BlitCycles.Unclock();
LOG1 ("cycles = %.1 ms\n", BlitCycles.TimeMS());
LOG1 ("cycles = %.1f ms\n", BlitCycles.TimeMS());
Buffer = NULL;
LockCount = 0;