summaryrefslogtreecommitdiffhomepage
path: root/src/sst.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-08-30 23:18:38 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-08-30 23:44:50 +0100
commit464c9398ae49d8faae46f81fb7040155408858f7 (patch)
tree3c8f035e752124a7f9f32179fa01d5c56c9d2439 /src/sst.h
parent8a1c4de9b33128c10378f1938d8a60c071f01ad0 (diff)
Perform very minor load/unload optimisations
Because why not.
Diffstat (limited to 'src/sst.h')
-rw-r--r--src/sst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sst.h b/src/sst.h
index f7e4bb4..43a56b7 100644
--- a/src/sst.h
+++ b/src/sst.h
@@ -33,7 +33,6 @@ extern void *clientlib;
/* occasionally useful: quick query to determine how sst was loaded */
extern bool sst_earlyloaded;
/* similar query for how we are being unloaded - ONLY valid during unload */
-// TODO(opt): we can skip a whole bunch of cleanup when exiting the game!
extern bool sst_userunloaded;
#endif