Filter "_sml" maps for maplist

This commit is contained in:
smallmodel 2023-12-29 20:05:36 +01:00
parent 3a892e1a47
commit c58e6d58b4
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -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);
}