Explorar o código

Compilieren funktioniert jetzt

Kolja Strohm %!s(int64=4) %!d(string=hai) anos
pai
achega
9db2ce1598
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
+}