Subj : src/sbbs3/main.cpp sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell (in GitKraken) Date : Fri Feb 24 2023 09:15 pm https://gitlab.synchro.net/main/sbbs/-/commit/b802e8326f0c676997a7bde9 Modified Files: src/sbbs3/main.cpp sbbs.h Log Message: Initialize sbbs_t member variables in class definition instead of ctor Remove the (now) unnecessary explicit initializations (e.g. to zero, blank, etc.) from the sbbs_t constructor. .