mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- Config work almost done.
The only thing still referencing the old config file is Shadow Warrior's config read function.
This commit is contained in:
parent
038c1ba4ba
commit
c0d5ca8ab8
74 changed files with 362 additions and 1212 deletions
|
@ -72,6 +72,7 @@ void RTS_Init(const char *filename)
|
|||
{
|
||||
// Don't do anything before actually requesting some data from it.
|
||||
// In most cases this is never ever used, so just remember the file name for later.
|
||||
// This also simplifies initialization a lot because everything can just call this function and the last one wins.
|
||||
RTSName = filename;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue