mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
some updates
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -203,10 +203,6 @@ aux*.dll
|
|||||||
libaux*.so
|
libaux*.so
|
||||||
aux*.pdb
|
aux*.pdb
|
||||||
|
|
||||||
# byond-tracy, we intentionally do not ship this and do not want to maintain it
|
|
||||||
prof.dll
|
|
||||||
libprof.so
|
|
||||||
|
|
||||||
# JavaScript tools
|
# JavaScript tools
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
// If this is uncommented, will attempt to load and initialize prof.dll/libprof.so.
|
// If this is uncommented, will attempt to load and initialize prof.dll/libprof.so.
|
||||||
// We do not ship byond-tracy. Build it yourself here: https://github.com/mafemergency/byond-tracy/
|
// We do not ship byond-tracy. Build it yourself here: https://github.com/mafemergency/byond-tracy/
|
||||||
#define USE_BYOND_TRACY
|
//#define USE_BYOND_TRACY
|
||||||
|
|
||||||
#ifndef PRELOAD_RSC //set to:
|
#ifndef PRELOAD_RSC //set to:
|
||||||
#define PRELOAD_RSC 2 // 0 to allow using external resources or on-demand behaviour;
|
#define PRELOAD_RSC 2 // 0 to allow using external resources or on-demand behaviour;
|
||||||
|
|||||||
Reference in New Issue
Block a user