Changeset 1667

Show
Ignore:
Timestamp:
10/17/08 12:03:51 (3 months ago)
Author:
phil.booth
Message:
Reduced the splash screen display period as it was too intrusive for Hubbub.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LibRender/src/msw/Splash.cpp

    r972 r1667  
    4242                        { 
    4343                                LARGE_INTEGER duration; 
    44                                 duration.QuadPart = -50000000; // 5 seconds 
     44                                duration.QuadPart = -30000000; // 3 seconds 
    4545                                SetWaitableTimer(hTimer, &duration, 0, 0, 0, FALSE); 
    4646