1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fix potentially uninitialized pointer

This commit is contained in:
Ivan Savenko 2024-06-11 14:12:03 +00:00
parent 55efa3c719
commit f03d80628a

View File

@ -60,7 +60,7 @@
#include "../../lib/CRandomGenerator.h"
std::shared_ptr<CMainMenu> CMM;
ISelectionScreenInfo * SEL;
ISelectionScreenInfo * SEL = nullptr;
static void do_quit()
{