Commit before explicit terminals list

This commit is contained in:
2022-06-05 12:05:16 +01:00
parent 0afbb39aaf
commit a6141fd79a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -948,7 +948,7 @@ data Block = Block
data BlockMaterial = WoodBlock | DirtBlock | StoneBlock | GlassBlock | MetalBlock
data Terminal = Terminal
{ _tmID :: Int
, _tmParams :: TerminalParams
, _tmProgram :: Terminal -> World -> TerminalParams
, _tmButtonID :: Int
, _tmMachineID :: Int
, _tmName :: String