summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-30 01:22:18 +0000
committertruebrain <truebrain@openttd.org>2011-11-30 01:22:18 +0000
commit160bfd885132212a818db8221f9c9a67b5ec4caa (patch)
tree3dce981658b1989c6baf7e98bc82a84eeaa38f6d /src/genworld.cpp
parent1902803b6e10f013cf086950fc573108c5581f09 (diff)
downloadopenttd-160bfd885132212a818db8221f9c9a67b5ec4caa.tar.xz
(svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index f768e39af..3360c29e9 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -50,7 +50,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
* Please only use this variable in genworld.h and genworld.cpp and
* nowhere else. For speed improvements we need it to be global, but
* in no way the meaning of it is to use it anywhere else besides
- * in the genworld.h and genworld.cpp! -- TrueLight
+ * in the genworld.h and genworld.cpp!
*/
GenWorldInfo _gw;