--- a/hedgewars/uVariables.pas Sun Nov 03 22:37:41 2013 +0400
+++ b/hedgewars/uVariables.pas Sun Nov 03 22:39:00 2013 +0400
@@ -69,6 +69,7 @@
isPaused : boolean;
isInMultiShoot : boolean;
isSpeed : boolean;
+ isAFK : boolean;
SpeedStart : LongWord;
fastUntilLag : boolean;
@@ -2296,6 +2297,7 @@
PauseTexture,
+ AFKTexture,
SyncTexture,
ConfirmTexture: PTexture;
cScaleFactor: GLfloat;
@@ -2499,6 +2501,7 @@
isPaused := false;
isInMultiShoot := false;
isSpeed := false;
+ isAFK := false;
SpeedStart := 0;
fastUntilLag := false;
fastScrolling := false;