Mercurial > mm7
comparison mm7_2.cpp @ 2444:c59a8fddb5e8
Слияние
author | Ritor1 |
---|---|
date | Wed, 23 Jul 2014 17:36:56 +0600 |
parents | 1e1b2728b3d3 c99c99439f6c |
children | 45dcf81c5b1c |
comparison
equal
deleted
inserted
replaced
2443:1e1b2728b3d3 | 2444:c59a8fddb5e8 |
---|---|
1717 if ( ReadWindowsRegistryInt("Bloodsplats", 1) ) | 1717 if ( ReadWindowsRegistryInt("Bloodsplats", 1) ) |
1718 pGame->uFlags2 |= GAME_FLAGS_2_DRAW_BLOODSPLATS; | 1718 pGame->uFlags2 |= GAME_FLAGS_2_DRAW_BLOODSPLATS; |
1719 else | 1719 else |
1720 pGame->uFlags2 &= ~GAME_FLAGS_2_DRAW_BLOODSPLATS; | 1720 pGame->uFlags2 &= ~GAME_FLAGS_2_DRAW_BLOODSPLATS; |
1721 | 1721 |
1722 uTurnSpeed = ReadWindowsRegistryInt("TurnDelta", 0); | 1722 uTurnSpeed = ReadWindowsRegistryInt("TurnDelta", 3); |
1723 | 1723 |
1724 if (!bNoSound) | 1724 if (!bNoSound) |
1725 pAudioPlayer->Initialize(); | 1725 pAudioPlayer->Initialize(); |
1726 | 1726 |
1727 pVideoPlayer = new VideoPlayer(); | 1727 pVideoPlayer = new VideoPlayer(); |