mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2025-03-23 03:15:18 -04:00
protocol.md: Fix display of table
This commit is contained in:
parent
f2137c1092
commit
e7e9036fb9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Each message consists of a header, followed by an optional body. The header
|
|||
contains 32-bit DWORDs, integers are encoded in little-endian form:
|
||||
|
||||
| Offset (hex) | Offset (dec) | Type | Description
|
||||
| ----:| --:| ---
|
||||
| ----:| --:| ------- | ---
|
||||
| 0x00 | 0 | char[4] | Command
|
||||
| 0x04 | 4 | var | Argument 1
|
||||
| 0x08 | 8 | var | Argument 2
|
||||
|
|
Loading…
Reference in a new issue