mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-28 15:21:57 +00:00
parent
364f0b044b
commit
74f244801f
1 changed files with 1 additions and 1 deletions
|
@ -2543,7 +2543,7 @@ SaveGameCallback(void *self)
|
||||||
{
|
{
|
||||||
menuaction_s *a = (menuaction_s *)self;
|
menuaction_s *a = (menuaction_s *)self;
|
||||||
|
|
||||||
Cbuf_AddText(va("save save%i\n", a->generic.localdata[0]));
|
Cbuf_AddText(va("save save%i\n", m_loadsave_page * MAX_SAVESLOTS + a->generic.localdata[0]));
|
||||||
M_ForceMenuOff();
|
M_ForceMenuOff();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue