diff options
Diffstat (limited to 'src/game/GameView.cpp')
| -rw-r--r-- | src/game/GameView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index c9c293d..d0fde06 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -1289,7 +1289,7 @@ void GameView::NotifyNotificationsChanged(GameModel * sender) std::vector<Notification*> notifications = sender->GetNotifications(); - int currentY = YRES-17; + int currentY = YRES-23; for(std::vector<Notification*>::iterator iter = notifications.begin(), end = notifications.end(); iter != end; ++iter) { int width = (Graphics::textwidth((*iter)->Message.c_str()))+8; |
