Merge remote-tracking branch 'srb2/next' into yet-another-next-merge

This commit is contained in:
James R 2021-04-06 16:20:44 -07:00
commit c4af0c2374
3 changed files with 4 additions and 6 deletions

View file

@ -745,7 +745,7 @@ endif
endif
define deps_rule +=
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$< $<
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$(<:.c=.o) $<
endef
$(DEPDIR)/%.d: %.c

View file

@ -1332,10 +1332,6 @@ boolean CON_Responder(event_t *ev)
if (key < 32 || key > 127)
return true;
// add key to cmd line here
if (key >= 'A' && key <= 'Z' && !(shiftdown ^ capslock)) //this is only really necessary for dedicated servers
key = key + 'a' - 'A';
if (input_sel != input_cur)
CON_InputDelSelection();
CON_InputAddChar(key);

View file

@ -802,8 +802,10 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup)
}
if (important && !mainfile)
//G_SetGameModified(true, false);
{
//G_SetGameModified(true);
modifiedgame = true; // avoid savemoddata being set to false
}
//
// link wad file to search files