Merge remote-tracking branch 'gg/development-3.6' into development

Conflicts:
	Engine/source/T3D/gameFunctions.cpp
This commit is contained in:
Daniel Buckmaster 2015-01-29 21:17:38 +11:00
commit 014b566014
29 changed files with 252 additions and 129 deletions

View file

@ -32,7 +32,7 @@
enum MBButtons
{
MBOk,
MBOk = 0,
MBOkCancel,
MBRetryCancel,
MBSaveDontSave,
@ -42,7 +42,7 @@ enum MBButtons
enum MBIcons
{
MIWarning,
MIWarning = 0,
MIInformation,
MIQuestion,
MIStop,