mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
d_main.c: remove the _MAX_PATH define, the file hasn't used it since v2.0
This commit is contained in:
parent
389b39d541
commit
91a44addd9
1 changed files with 0 additions and 4 deletions
|
|
@ -761,10 +761,6 @@ static inline void D_CleanFile(void)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef _MAX_PATH
|
||||
#define _MAX_PATH MAX_WADPATH
|
||||
#endif
|
||||
|
||||
// ==========================================================================
|
||||
// Identify the SRB2 version, and IWAD file to use.
|
||||
// ==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue