AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as intended, no need to repair.

This commit is contained in:
uruk 2013-09-15 02:36:55 +02:00
parent a506b0b3e4
commit 010d9f854e

View File

@ -490,7 +490,6 @@ Common::String AvalancheEngine::expandDate(int d, int m, int y) {
day += "th";
}
// Y2K compliant ;)
return day + ' ' + month + ' ' + _gyro->intToStr(y + 1900);
}