(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)

This commit is contained in:
truebrain
2011-11-30 01:22:18 +00:00
parent 1902803b6e
commit 160bfd8851
5 changed files with 4 additions and 9 deletions

View File

@@ -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;