@ -26,7 +26,6 @@ namespace MWGui
TravelWindow::TravelWindow() :
WindowBase("openmw_travel_window.layout")
, mCurrentY(0)
, mLastPos(0)
{
setCoord(0, 0, 450, 300);
@ -39,7 +39,7 @@ namespace MWGui
void onMouseWheel(MyGUI::Widget* _sender, int _rel);
void addDestination(const std::string& name, ESM::Position pos, bool interior);
void clearDestinations();
int mLastPos,mCurrentY;
int mCurrentY;
static const int sLineHeight;