Fix: survey result on crash only worked on Linux (#10855)
Every OS-specific crashlog handler has their own MakeCrashLog in some form. In result, only Linux was calling the generic one.
This commit is contained in:
@@ -99,6 +99,8 @@ public:
|
||||
bool WriteSavegame(char *filename, const char *filename_last) const;
|
||||
bool WriteScreenshot(char *filename, const char *filename_last) const;
|
||||
|
||||
void SendSurvey() const;
|
||||
|
||||
bool MakeCrashLog() const;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user