OSDN Git Service

#24341 POD対応に関し、コメントにチケット番号を付記したのみの修正。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Thu, 31 Mar 2011 14:57:42 +0000 (14:57 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Thu, 31 Mar 2011 14:57:42 +0000 (14:57 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@143 16f42ceb-6dc6-49c8-ba94-f2d53467949d

SlimDXc_Jun2010(VC++2008)/source/directinput/JoystickState.cpp

index dcfc128..4c4f721 100644 (file)
@@ -41,7 +41,7 @@ namespace DirectInput
        {\r
                timeStamp = 0;\r
                sliders = gcnew array<int>( 2 );\r
-               povs = gcnew array<int>( 4 ) { -1, -1, -1, -1};         // 2011.3.9 yyagi add initializer to "-1".\r
+               povs = gcnew array<int>( 4 ) { -1, -1, -1, -1};         // #24341 2011.3.9 yyagi add initializer to "-1".\r
                pressedButtons = gcnew array<bool>( 128 );\r
                releasedButtons = gcnew array<bool>( 128 );\r
                vsliders = gcnew array<int>( 2 );\r