mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
AVALANCHE: Remove comment from AvalancheEngine::expandDate. It works as intended, no need to repair.
This commit is contained in:
parent
a506b0b3e4
commit
010d9f854e
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user