diff --git a/src/db/dbdefs.h b/src/db/dbdefs.h index ce93819a..40f826cf 100644 --- a/src/db/dbdefs.h +++ b/src/db/dbdefs.h @@ -29,7 +29,7 @@ typedef unsigned DB_id; struct DBPlayerData { - DBPlayerData() : id(DB_ID_INVALID), last_login(0) {} + DBPlayerData() : id(DB_ID_INVALID) {} DB_id id; std::string secret; std::string country;