mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Adjust SMap path formatting
'/' is always a path separator, '\\' is implementation defined. The standard filesystem class takes care for OS regardless. Changed to standard separator.
This commit is contained in:
parent
f66019fbf8
commit
c29c2a9063
@ -10,9 +10,9 @@
|
||||
#define SIGDB_MINOR_VERSION 0x0 // Increment when SDK updates are released.
|
||||
|
||||
#ifdef DEDICATED
|
||||
#define SIGDB_FILE "cfg\\server\\startup.bin"
|
||||
#define SIGDB_FILE "cfg/server/startup.bin"
|
||||
#else
|
||||
#define SIGDB_FILE "cfg\\client\\startup.bin"
|
||||
#define SIGDB_FILE "cfg/client/startup.bin"
|
||||
#endif
|
||||
|
||||
class CSigCache
|
||||
|
Loading…
x
Reference in New Issue
Block a user