Remove unused Win32 timestamp from tutorial messages

This commit is contained in:
notmatthewbeshay 2026-03-11 07:22:20 +11:00
parent 36b0e1efbf
commit fa90fa45e7

View file

@ -10,7 +10,6 @@ private:
bool limitRepeats;
unsigned char numRepeats;
unsigned char timesShown;
DWORD lastDisplayed;
public:
TutorialMessage(int messageId, bool limitRepeats = false, unsigned char numRepeats = TUTORIAL_MESSAGE_DEFAULT_SHOW);