summaryrefslogtreecommitdiff
path: root/src/shield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shield.cpp')
-rw-r--r--src/shield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shield.cpp b/src/shield.cpp
index b58714a..7457554 100644
--- a/src/shield.cpp
+++ b/src/shield.cpp
@@ -1,6 +1,6 @@
#include "shield.h"
Shield::Shield(int x, int y)
- :x(x), y(y)
+ :GameEntity(x, y)
{
}