# HG changeset patch
# User sheepyluva@gmail.com
# Date 1436362724 0
# Node ID 7a25067aa32cb5cdfbaddec2294f2a616d817e85
# Parent  e57188e7bc3b1f0a84dee59634a67ce0a0a03ba2
fix link to gameflag functions

diff -r e57188e7bc3b -r 7a25067aa32c LuaAPI.wiki
--- a/LuaAPI.wiki	Wed Apr 08 16:13:17 2015 +0000
+++ b/LuaAPI.wiki	Wed Jul 08 13:38:44 2015 +0000
@@ -79,7 +79,8 @@
 || `CurrentHedgehog` || The hedgehog gear that is currently in play ||
 
 === !GameFlags ===
-The !GameFlags are used to store simple boolean settings of the game. All game flags are stored together in a bitmask. You don’t have to worry about this too much, the functions in [LuaAPI#GameFlags] do all the bitmask handling for you.
+The !GameFlags are used to store simple boolean settings of the game.
+You can read/modify them using the [LuaAPI#GameFlags_functions GameFlags-Functions].
 
 || *Identifier* || *Description (active state)* ||
 || `gfOneClanMode` || Used when only one clan is in the game. This game flag is primarily used for training missions. ||