mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-27 23:22:06 -04:00
fix delete savegame from 'Save' menu
This commit is contained in:
parent
d70fadda94
commit
e0167fa81d
@ -1013,6 +1013,9 @@ void M_DrawSave(void)
|
|||||||
i = M_StringWidth(savegamestrings[saveSlot]);
|
i = M_StringWidth(savegamestrings[saveSlot]);
|
||||||
M_WriteText(LoadDef.x + i,LoadDef.y+LINEHEIGHT*saveSlot,"_");
|
M_WriteText(LoadDef.x + i,LoadDef.y+LINEHEIGHT*saveSlot,"_");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (delete_verify)
|
||||||
|
M_DrawDelVerify();
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user