diff --git a/src/p_conversation.cpp b/src/p_conversation.cpp index ab6cf5883..3111bc2d6 100644 --- a/src/p_conversation.cpp +++ b/src/p_conversation.cpp @@ -848,7 +848,7 @@ public: bool MouseEvent(int type, int x, int y) { int sel = -1; - int fh = SmallFont->GetHeight(); + int fh = OptionSettings.mLinespacing; // convert x/y from screen to virtual coordinates, according to CleanX/Yfac use in DrawTexture x = ((x - (screen->GetWidth() / 2)) / CleanXfac) + 160;