libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Replace magic number flags in savec() with enumerated ones

Open no-lex opened this issue 4 years ago • 0 comments

The function savec(), which recursively saves cubes to a file in worldio.cpp, uses a set of internal flags which are defined ad-hoc. This should be replaced with an enumerator which makes the code clearer to read.

no-lex avatar Oct 14 '20 05:10 no-lex