comparison UI/UIPopup.cpp @ 2377:6eb63623cbe8

Слияние
author Ritor1
date Mon, 02 Jun 2014 12:31:28 +0600
parents bcd7fadbf7d2
children 8cee51ce4382
comparison
equal deleted inserted replaced
2374:802460e60eee 2377:6eb63623cbe8
2030 return Color16(255, 128, 0); 2030 return Color16(255, 128, 0);
2031 if ( a1 < 89 ) 2031 if ( a1 < 89 )
2032 return Color16(255, 255, 155); 2032 return Color16(255, 255, 155);
2033 if ( a1 < 100 ) 2033 if ( a1 < 100 )
2034 return Color16(192, 192, 240); 2034 return Color16(192, 192, 240);
2035 else
2036 __debugbreak();
2035 } 2037 }