EngineProtocol: fix curly brace
authorWuzzy
Mon, 23 Oct 2017 16:42:59 +0100
changeset 1097 959a905adbf8
parent 1096 79417f0b3cfe
child 1098 62773b3215bd
EngineProtocol: fix curly brace
EngineProtocol.wiki
--- 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 ====