- Fixed bug with hedgehog under water using rope
- Add locale support in engine
- Bots use ljump and hjump
- Fix shotgun rating
- Support for theme-dependent sprites
- Horizon and sky can have any image size
- Many small fixes
#ifndef _VERT_SCROLL_AREA_INCLUDED
#define _VERT_SCROLL_AREA_INCLUDED
#include <QScrollArea>
class VertScrArea : public QScrollArea
{
Q_OBJECT
public:
VertScrArea(QColor frameColor, QWidget * parent = 0);
protected:
virtual void resizeEvent(QResizeEvent * event);
};
#endif // _VERT_SCROLL_AREA_INCLUDED