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:
parent
55efa3c719
commit
f03d80628a
@ -60,7 +60,7 @@
|
||||
#include "../../lib/CRandomGenerator.h"
|
||||
|
||||
std::shared_ptr<CMainMenu> CMM;
|
||||
ISelectionScreenInfo * SEL;
|
||||
ISelectionScreenInfo * SEL = nullptr;
|
||||
|
||||
static void do_quit()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user