summaryrefslogtreecommitdiff
path: root/src/engine/command.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-05-12 15:10:35 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-05-12 15:10:35 +0200
commit2d6ee1dddda6a51692adff10160bb93a76430b0b (patch)
treea511c252097e15cb3b6f9ebbd675e14f1e3665a8 /src/engine/command.rs
parent4755702ef08d70961b5248cb706a592a406d0556 (diff)
Added new building specifications
Diffstat (limited to 'src/engine/command.rs')
-rw-r--r--src/engine/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/command.rs b/src/engine/command.rs
index eab98c1..b5cf528 100644
--- a/src/engine/command.rs
+++ b/src/engine/command.rs
@@ -19,7 +19,7 @@ impl fmt::Display for Command {
#[repr(u8)]
#[derive(Debug, Clone, Copy)]
pub enum BuildingType {
- Defense = 0,
+ Defence = 0,
Attack = 1,
Energy = 2,
}