initialize the uninitialized

This commit is contained in:
nitsuja 2012-01-02 02:20:22 -08:00
parent 81a1efab8e
commit 39613a95a8
24 changed files with 157 additions and 11 deletions

View file

@ -155,6 +155,7 @@ void VideoBackend::ShowConfig(void *_hParent)
bool VideoBackend::Initialize(void *&window_handle)
{
InitializeShared();
InitBackendInfo();
frameCount = 0;