- added a mastervolume CVAR for Timidity because for me its output is considerably louder than everything else.
- reverted removal of AddPatch call in crosshair initialization. - Modified makewad.c so that it doesn't write file names with '[]^' to the dependency file. Apparenly make can't handle these names and an incomplete list is still better than something that doesn't work at all. SVN r719 (trunk)
This commit is contained in:
parent
5dfc81af36
commit
a37c437588
4 changed files with 28 additions and 3 deletions
|
|
@ -114,7 +114,7 @@ CUSTOM_CVAR (Int, crosshair, 0, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
|||
strcpy (name, "XHAIRS1");
|
||||
}
|
||||
}
|
||||
CrosshairImage = TexMan[name];
|
||||
CrosshairImage = TexMan[TexMan.AddPatch (name)];
|
||||
}
|
||||
|
||||
CVAR (Color, crosshaircolor, 0xff0000, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue