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