]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/game.c
Update copyright notice
[empserver] / src / lib / common / game.c
index 0a4c55ddaed0ae9ff9b5c2ac09a4dcaacb3170ed..26f795e77d8ba1dc2349587acdfcf0f747881416 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -106,7 +106,7 @@ game_note_bsanct(void)
 }
 
 /*
- * Record an update in the game file, the current time is NOW.
+ * Record an update in the game file, the current time is @now.
  * This starts the Empire clock if it hasn't been started yet.
  */
 void
@@ -166,7 +166,7 @@ game_tick_tick(void)
 }
 
 /*
- * Set ETU timestamp *TICK to the current ETU time.
+ * Set ETU timestamp *@tick to the current ETU time.
  * Return by how many ETUs it was increased.
  */
 int
@@ -176,7 +176,7 @@ game_tick_to_now(short *tick)
 }
 
 /*
- * Set ETU timestamp *TICK to the ETU time recorded in the game struct.
+ * Set ETU timestamp *@tick to the ETU time recorded in the game struct.
  * The Empire clock is not updated.
  * Return by how many ETUs it was increased.
  */
@@ -193,7 +193,7 @@ game_step_a_tick(struct gamestr *game, short *tick)
 }
 
 /*
- * Reset ETU timestamp *TICK to zero.
+ * Reset ETU timestamp *@tick to zero.
  * Return how many ETUs it had left until etu_per_update.
  */
 int