mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@625 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d5cdd523d1
commit
ee5ff9050e
2 changed files with 2 additions and 1 deletions
|
@ -5801,7 +5801,7 @@ int loadtilegroups(char *fn)
|
|||
{
|
||||
int i;
|
||||
scriptfile *script;
|
||||
TileGroup blank = { NULL, 0, 0, 0, NULL };
|
||||
TileGroup blank = { NULL, 0, NULL, 0, 0 };
|
||||
|
||||
script = scriptfile_fromfile(fn);
|
||||
if (!script) return -1;
|
||||
|
|
|
@ -635,6 +635,7 @@ void menus(void)
|
|||
{
|
||||
switch (current_menu)
|
||||
{
|
||||
case 102:
|
||||
case 210:
|
||||
case 360:
|
||||
case 361:
|
||||
|
|
Loading…
Reference in a new issue