Fix method member being a qualified name

This breaks the Linux build with GCC. This is non-standard behavior, but
apparently Visual Studio allows it.
This commit is contained in:
Robert Cochran 2017-03-18 14:32:38 -07:00 committed by Christoph Oelckers
parent 2c7ceaf96a
commit 077de36139

View file

@ -10,7 +10,7 @@ struct FLevelLocals
{
void Tick ();
void AddScroller (int secnum);
void FLevelLocals::SetInterMusic(const char *nextmap);
void SetInterMusic(const char *nextmap);
uint8_t md5[16]; // for savegame validation. If the MD5 does not match the savegame won't be loaded.
int time; // time in the hub