Browse Source

Compilieren funktioniert jetzt

Kolja Strohm 4 năm trước cách đây
mục cha
commit
9db2ce1598
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      StickmanWorldOnline/Spieler.cpp

+ 6 - 0
StickmanWorldOnline/Spieler.cpp

@@ -1071,3 +1071,9 @@ const Inventar &Spieler::getInventory() const
 {
     return inv;
 }
+
+
+bool DeadPlayer::isFinished() const
+{
+    return 1;
+}