mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- fix compile on Windows
This commit is contained in:
parent
842e8b68b4
commit
2ff492d005
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ static bool ReplaceMenu(FScanner &sc, DMenuDescriptor *desc)
|
|||
{
|
||||
auto sep = CreateOptionMenuItemStaticText(" ");
|
||||
(*pOld)->mItems.Push(sep);
|
||||
auto sep = CreateOptionMenuItemStaticText("---------------", 1);
|
||||
sep = CreateOptionMenuItemStaticText("---------------", 1);
|
||||
(*pOld)->mItems.Push(sep);
|
||||
for (auto it : desc->mItems)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue