mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/walls.rs')
-rw-r--r--src/block/walls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/walls.rs b/src/block/walls.rs
index d746cdf..a0e3c45 100644
--- a/src/block/walls.rs
+++ b/src/block/walls.rs
@@ -4,7 +4,7 @@ use crate::block::*;
use crate::data::dynamic::DynType;
use crate::data::renderer::{load, read_with, ImageHolder, TOP};
-make_simple!(WallBlock, |_, _, name, _| {
+make_simple!(WallBlock, |_, _, name, _, _| {
if name == "thruster" {
const SFX: &[&str; 1] = &[TOP];
return Some(ImageHolder::Own(read_with(