# HG changeset patch
# User Ritor1
# Date 1395142473 -21600
# Node ID b75a8f15568dedc279d90b49b102388eece8afe2
# Parent 4b052671da984f8ddb88910967d1ad52f4b8b9cf# Parent 9dbfeda280d78da694f008206e2dd7eef3cf309f
Слияние
diff -r 9dbfeda280d7 -r b75a8f15568d Build/Visual Studio 2010/World of Might and Magic.vcxproj
--- a/Build/Visual Studio 2010/World of Might and Magic.vcxproj Mon Mar 17 22:53:24 2014 +0100
+++ b/Build/Visual Studio 2010/World of Might and Magic.vcxproj Tue Mar 18 17:34:33 2014 +0600
@@ -180,6 +180,7 @@
+
@@ -424,6 +425,7 @@
+
@@ -435,6 +437,7 @@
+
@@ -465,6 +468,7 @@
+
diff -r 9dbfeda280d7 -r b75a8f15568d Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters
--- a/Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters Mon Mar 17 22:53:24 2014 +0100
+++ b/Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters Tue Mar 18 17:34:33 2014 +0600
@@ -524,6 +524,9 @@
lib\libpng
+
+
+
@@ -948,6 +951,7 @@
lib\libpng
+
diff -r 9dbfeda280d7 -r b75a8f15568d MMT.cpp
--- a/MMT.cpp Mon Mar 17 22:53:24 2014 +0100
+++ b/MMT.cpp Tue Mar 18 17:34:33 2014 +0600
@@ -12,6 +12,7 @@
#include "CShow.h"
#include "GUIFont.h"
#include "lib/libpng/png.h"
+#include "MediaPlayer.h"
void ShowLogoVideo()
{
@@ -181,6 +182,11 @@
pGUIWindow2 = 0;
pAudioPlayer->StopChannels(-1, -1);///
+
+ //Media::Player *p = new Media::Player;//
+ //Media::ITrack *track = p->LoadTrack(L"Sounds\\New_Sounds/Stronghold_Theme.mp3");
+ //track->Play();
+
pMouse->RemoveHoldingItem();//
pIcons_LOD->_inlined_sub2();