Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/08.結果/CActResultRank.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 240 by ron1120, Thu Jan 16 14:00:19 2014 UTC revision 290 by kairera0467, Thu Jan 30 03:21:20 2014 UTC
# Line 291  namespace DTXMania Line 291  namespace DTXMania
291              y[2] = n本体2Y;              y[2] = n本体2Y;
292    
293              #region [ フルコンボ ]              #region [ フルコンボ ]
294              if (this.ct表示用.n現在の値 >= 900)              for (int j = 0; j < 3; j++)
295              {              {  
296                    
297                  for (int j = 0; j < 3; j++)                  if (this.ct表示用.n現在の値 >= 900)
298                  {                  {
   
299                      int num14 = 82 + x[j];                      int num14 = 82 + x[j];
300                      int num15 = 152 + y[j];                      int num15 = 152 + y[j];
301    

Legend:
Removed from v.240  
changed lines
  Added in v.290

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26