Ver Fonte

Compilieren funktioniert jetzt

Kolja Strohm há 4 anos atrás
pai
commit
9db2ce1598
1 ficheiros alterados com 6 adições e 0 exclusões
  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;
+}