From e92cf9d7c8476a475c64a941ac5c1599f0951a54 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 17 Apr 2021 03:24:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20DiabloUI/title.cpp:=20Move=20to?= =?UTF-8?q?=20anonymous=20namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/DiabloUI/title.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/DiabloUI/title.cpp b/Source/DiabloUI/title.cpp index 2f605d079..641cda9ae 100644 --- a/Source/DiabloUI/title.cpp +++ b/Source/DiabloUI/title.cpp @@ -3,6 +3,7 @@ #include "DiabloUI/diabloui.h" namespace devilution { +namespace { std::vector vecTitleScreen; @@ -30,6 +31,8 @@ void title_Free() vecTitleScreen.clear(); } +} // namespace + void UiTitleDialog() { if (gbIsHellfire) {