diff options
Diffstat (limited to 'src/game/Mail.h')
-rw-r--r-- | src/game/Mail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Mail.h b/src/game/Mail.h index f937c357325..784028e6d5d 100644 --- a/src/game/Mail.h +++ b/src/game/Mail.h @@ -212,3 +212,4 @@ struct Mail bool HasItems() const { return !items.empty(); } }; #endif + |