mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Filter "_sml" maps for maplist
This commit is contained in:
parent
3a892e1a47
commit
c58e6d58b4
1 changed files with 1 additions and 1 deletions
|
@ -2996,7 +2996,7 @@ void UI_MapList_f(void)
|
|||
}
|
||||
|
||||
MapRunnerClass *map = new MapRunnerClass;
|
||||
map->Setup("maps", mappath, ".bsp");
|
||||
map->Setup("maps", mappath, ".bsp", "_sml");
|
||||
|
||||
CL_SetMousePos(cls.glconfig.vidWidth / 2, cls.glconfig.vidHeight / 2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue