minor updates

This commit is contained in:
2021-06-11 15:06:46 +02:00
committed by Robin Mueller
parent fde5382f4c
commit 134f308afb
3 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ int main(void)
<< SW_SUBVERSION << "." << SW_SUBSUBVERSION << " -- " << std::endl;
std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl;
sif::warning << "Test" << std::endl;
initmission::initMission();
for(;;) {