summaryrefslogtreecommitdiffhomepage
path: root/src/gamedata.c
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:44:19 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:51:02 +0100
commit1c4318331663b152b0b298bd2c9e5c971506a86b (patch)
treea402681cb84b491819ba5018525c16340110fd4d /src/gamedata.c
parent602a18977d500ad068fd63fbedcafb630c29ee72 (diff)
Prune some comments and tidy up other minor things
Diffstat (limited to 'src/gamedata.c')
-rw-r--r--src/gamedata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamedata.c b/src/gamedata.c
index 639b2f8..78eb620 100644
--- a/src/gamedata.c
+++ b/src/gamedata.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2021 Michael Smith <mikesmiffy128@gmail.com>
+ * Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -24,6 +24,6 @@
#define NVDTOR 2
#endif
-#include <gamedatainit.gen.h>
+#include <gamedatainit.gen.h> // generated by build/mkgamedata.c
// vi: sw=4 ts=4 noet tw=80 cc=80