mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
try to fix time display
This commit is contained in:
parent
677e4b5e75
commit
5a5768c5c4
1 changed files with 1 additions and 1 deletions
|
@ -3073,7 +3073,7 @@ static void displayTime(const CRyzomTime &rt, NLMISC::CLog &log)
|
|||
week,
|
||||
dayName,
|
||||
year,
|
||||
eon);
|
||||
eon.c_str());
|
||||
log.displayNL(result.c_str());
|
||||
log.displayNL("day of year = %d/%d", (int) (rt.getRyzomDayOfYear() + 1), (int) RYZOM_YEAR_IN_DAY);
|
||||
log.displayNL("season = %d/4 (%s)", (int) rt.getRyzomSeason() + 1, EGSPD::CSeason::toString(rt.getRyzomSeason()).c_str());
|
||||
|
|
Loading…
Reference in a new issue