hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11460 9f2fb0031ef0
parent 11452 78860824b5a5
child 11462 33a0e3a14ddc
--- a/hedgewars/uFLTypes.pas	Thu Dec 17 00:51:20 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Sun Dec 20 12:45:49 2015 +0300
@@ -15,7 +15,7 @@
                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
                     , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
 
-    TFLIBEvent = (flibGameFinished, flibRunNetGame);
+    TFLIBEvent = (flibGameFinished);
 
     TClientFlag = (cfReady, cfRegistered, cfInRoom, cfContributor, cfInGame, cfRoomAdmin, cfServerAdmin);