Changeset 875 – HoverRace

Changeset 875

Show
Ignore:
Timestamp:
02/27/10 23:05:53 (5 months ago)
Author:
zoogie
Message:

Notify DirectShow about display changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/Game2/GameApp.cpp

    r871 r875  
    19701970 
    19711971        case WM_DISPLAYCHANGE: 
     1972            if (This->introMovie != NULL) { 
     1973                This->introMovie->ResetPalette(true); 
     1974            } 
    19721975            break; 
    19731976