TWINE: minor comment

This commit is contained in:
Martin Gerhardy 2022-07-24 19:12:22 +02:00
parent 99164665ba
commit 8d3e9d6a75

View File

@ -51,7 +51,7 @@ struct OverlayListStruct {
int16 y = 0;
int16 info1 = 0; // text = actor | total coins
OverlayPosType posType = OverlayPosType::koNormal;
int16 lifeTime = 0;
int16 lifeTime = 0; // life time in ticks - see TO_SECONDS()
};
struct DrawListStruct {