Skip to content

Commit

Permalink
Milton 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rgb committed Oct 19, 2016
1 parent a8788a1 commit 5294201
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Milton.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

[Setup]
AppName=Milton
AppVersion=1.2.6
AppVersion=1.2.7
DefaultDirName={pf}\Milton
DefaultGroupName=Milton
;UninstallDisplayIcon={app}\Milton.exe
Compression=lzma2
SolidCompression=yes
OutputBaseFilename=MiltonSetup_1.2.6_x86
OutputBaseFilename=MiltonSetup_1.2.7_x64
;ArchitecturesAllowed=x64
;ArchitecturesInstallIn64BitMode=x64

Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
::
:: - 1: Optimized build.
:: - 0: Debug build.
set mlt_opt_level=0
set mlt_opt_level=1

IF EXIST build\ctime.exe ( set has_ctime=1 ) ELSE ( set has_ctime=0 )

Expand Down
4 changes: 2 additions & 2 deletions src/milton_configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define MILTON_MAJOR_VERSION 1
#define MILTON_MINOR_VERSION 2
#define MILTON_MICRO_VERSION 6
#define MILTON_MICRO_VERSION 7

// When MILTON_DEBUG is 1,
// - Asserts
Expand All @@ -22,7 +22,7 @@
#endif

#if defined(_WIN32)
#define WIN32_DEBUGGER_OUTPUT 1
#define WIN32_DEBUGGER_OUTPUT 0
#if !MILTON_DEBUG
#undef WIN32_DEBUGGER_OUTPUT
#define WIN32_DEBUGGER_OUTPUT 0
Expand Down
1 change: 1 addition & 0 deletions src/sdl_milton.cc
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ MiltonInput sdl_event_loop(MiltonState* milton_state, PlatformState* platform_st
{
break;
}

if (event.button.button == SDL_BUTTON_LEFT ||
event.button.button == SDL_BUTTON_MIDDLE ||
event.button.button == SDL_BUTTON_RIGHT)
Expand Down

0 comments on commit 5294201

Please sign in to comment.