mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- disable texture name truncation for textures/ directory.
Unlike Doom, a similar limit does not exist here and must not be enforced. Any texture from this folder needs to be usable by its full name without extension to be able to replace named tiles.
This commit is contained in:
parent
1dbf34fe56
commit
e5cb1976d3
3 changed files with 42 additions and 20 deletions
|
@ -886,6 +886,7 @@ void GetGames()
|
|||
|
||||
static void InitTextures()
|
||||
{
|
||||
TexMan.usefullnames = true;
|
||||
TexMan.Init([]() {}, [](BuildInfo&) {});
|
||||
StartScreen->Progress();
|
||||
mdinit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue