hedgewars/uTeams.pas
changeset 2587 0dfa56a8513c
parent 2586 204e6b2885bc
child 2599 c7153d2348f3
--- a/hedgewars/uTeams.pas	Sun Oct 25 15:55:49 2009 +0000
+++ b/hedgewars/uTeams.pas	Sun Oct 25 16:35:09 2009 +0000
@@ -16,6 +16,8 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  *)
 
+{$INCLUDE options.inc}
+
 unit uTeams;
 interface
 uses SDLh, uConsts, uKeys, uGears, uRandom, uFloat, uStats, uVisualGears,
@@ -25,7 +27,6 @@
 	GL,
 {$ENDIF}
 	uSound;
-{$INCLUDE options.inc}
 
 type PHHAmmo = ^THHAmmo;
 	THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;