Mercurial > mm7
comparison UI/UIPopup.cpp @ 2375:14c05b876218
sqrt(float, double)
author | Ritor1 |
---|---|
date | Mon, 12 May 2014 12:27:50 +0600 |
parents | a574a80e7012 |
children | bcd7fadbf7d2 |
comparison
equal
deleted
inserted
replaced
2361:d6bba1e6249d | 2375:14c05b876218 |
---|---|
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 } |