--- a/EngineProtocol.wiki Mon Oct 23 16:41:34 2017 +0100
+++ b/EngineProtocol.wiki Mon Oct 23 16:42:59 2017 +0100
@@ -19,12 +19,12 @@
Files in which this protocol is implemented: [https://hg.hedgewars.org/hedgewars/file/default/QTfrontend/hwmap.cpp hwmapp.cpp], [https://hg.hedgewars.org/hedgewars/file/default/project_files/HedgewarsMobile/Classes/MapConfigViewController.m MapConfigViewController.m]
=== Protocol ===
-|| *Frontend* || *Engine* || *Format* ||
-|| UUID || || {{{eseed { ... }}}} ||
-|| Template Filter || || {{{e$template_filter N}}} ||
-|| Map Type || || {{{e$mapgen N}}} ||
-|| Maze Value || || {{{e$maze_size N}}} ||
-|| || 128×32 byte array || {{{0YSD3 ... FSAD0}}} ||
+|| *Frontend* || *Engine* || *Format* ||
+|| UUID || || `eseed { ... }` ||
+|| Template Filter || || `e$template_filter N` ||
+|| Map Type || || `e$mapgen N` ||
+|| Maze Value || || `e$maze_size N` ||
+|| || 128×32 byte array || `0YSD3 ... FSAD0` ||
=== Message format ===
==== Seed ====