diff options
Diffstat (limited to 'include/memo.h')
-rw-r--r-- | include/memo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memo.h b/include/memo.h index 112fd3c21..a41730b53 100644 --- a/include/memo.h +++ b/include/memo.h @@ -39,7 +39,7 @@ class CoreExport Memo : public Serializable */ struct CoreExport MemoInfo { - int16_t memomax; + int16_t memomax = 0; Serialize::Checker<std::vector<Memo *> > memos; std::vector<Anope::string> ignores; |