Rearrange some macros. No functional change intended.

This commit is contained in:
Arthur O'Dwyer
2019-02-08 18:18:56 -05:00
parent 17fbd46352
commit 9471ac4ff5
6 changed files with 40 additions and 32 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ eMonster readMonster(const string& ss) {
void initializeCLI() {
printf("HyperRogue by Zeno Rogue <zeno@attnam.com>, version " VER "\n");
#ifndef NOLICENSE
#if !NOLICENSE
printf("released under GNU General Public License version 2 and thus\n");
printf("comes with absolutely no warranty; see COPYING for details\n");
#endif