TimeWalkOrg / Manhattan

Source material (Wiki) and Issues List (bugs) for the TimeWalk Manhattan project
3 stars 0 forks source link

Bug: Time or Month change should rollover year #53

Open tedbarnett opened 5 months ago

tedbarnett commented 5 months ago

Currently, if the user holds down the ">" key (to advance time) or the "+" keypad key (to increment the month), if the date rolls past the year end (e.g. 12/31/1660), the year does not also increment (to 1661). Same issue when decrementing time or month (past the first of the year).

This is a minor (low priority) issue, but would be nice to fix. Note that I added these nodes to the BeginPlay event for BP_DayNightCycle to load the starting hour, day, and month into the "Cycle Index" variable for each item.

image