hedgewars/uTypes.pas
changeset 7180 53ffc8853008
parent 7034 e3639ce1d4f8
child 7194 d8e68cbca7ee
--- a/hedgewars/uTypes.pas	Mon Jun 04 08:11:47 2012 -0400
+++ b/hedgewars/uTypes.pas	Mon Jun 04 21:32:30 2012 +0400
@@ -39,7 +39,7 @@
     TGameState = (gsLandGen, gsStart, gsGame, gsChat, gsConfirm, gsExit, gsSuspend);
 
     // Game types that help determining what the engine is actually supposed to do
-    TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview, gmtSyntax);
+    TGameType = (gmtLocal, gmtDemo, gmtNet, gmtSave, gmtLandPreview, gmtSyntax, gmtRecord);
 
     // Different files are stored in different folders, this enumeration is used to tell which folder to use
     TPathType = (ptNone, ptData, ptGraphics, ptThemes, ptCurrTheme, ptTeams, ptMaps,