# HG changeset patch # User Wuzzy # Date 1508773379 -3600 # Node ID 959a905adbf896a3da6d18e0b35a120322847cbf # Parent 79417f0b3cfeee553d68f86d772ba0ab3001ea0b EngineProtocol: fix curly brace diff -r 79417f0b3cfe -r 959a905adbf8 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 ====