mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-24 21:41:10 +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;
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue