summaryrefslogtreecommitdiffhomepage
path: root/src/con_.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/con_.h')
-rw-r--r--src/con_.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/con_.h b/src/con_.h
index 900e8fa..1de9bc5 100644
--- a/src/con_.h
+++ b/src/con_.h
@@ -141,12 +141,12 @@ struct con_var { // ConVar in engine
float fval;
int ival;
bool hasmin;
- // bool hasmax; // better packing here, might break engine ABI
+ // bool hasmax; // better packing here, would break engine ABI
float minval;
- bool hasmax; // just sticking to sdk position for now
+ bool hasmax; // just sticking to sdk position
float maxval;
/*
- * Our quickly-chucked in optional callback - doesn't match the engine!!
+ * Our quickly-chucked-in optional callback - doesn't match the engine!!
* Also has to be manually set in code, although that's probably fine anyway
* as it's common to only want a cvar to do something if the feature
* succesfully init-ed.