Qt4: Gender, not Sex. TOURIST is unconditional.
This commit is contained in:
@@ -73,13 +73,8 @@ void NetHackQtInvUsageWindow::paintEvent(QPaintEvent*)
|
|||||||
drawWorn(painter,uarms,0,1); // Shield
|
drawWorn(painter,uarms,0,1); // Shield
|
||||||
drawWorn(painter,uarmg,0,2); // Gloves - repeated
|
drawWorn(painter,uarmg,0,2); // Gloves - repeated
|
||||||
drawWorn(painter,uarmg,2,2); // Gloves - repeated
|
drawWorn(painter,uarmg,2,2); // Gloves - repeated
|
||||||
#ifdef TOURIST
|
|
||||||
drawWorn(painter,uarmf,1,5); // Shoes (feet)
|
drawWorn(painter,uarmf,1,5); // Shoes (feet)
|
||||||
drawWorn(painter,uarmu,1,4); // Undershirt
|
drawWorn(painter,uarmu,1,4); // Undershirt
|
||||||
#else
|
|
||||||
drawWorn(painter,0 ,1,5,false);
|
|
||||||
drawWorn(painter,uarmf,1,4); // Shoes (feet)
|
|
||||||
#endif
|
|
||||||
drawWorn(painter,uleft,0,3); // RingL
|
drawWorn(painter,uleft,0,3); // RingL
|
||||||
drawWorn(painter,uright,2,3); // RingR
|
drawWorn(painter,uright,2,3); // RingR
|
||||||
|
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ NetHackQtPlayerSelector::NetHackQtPlayerSelector(NetHackQtKeyBuffer& ks) :
|
|||||||
connect(name, SIGNAL(textChanged(const QString&)),
|
connect(name, SIGNAL(textChanged(const QString&)),
|
||||||
this, SLOT(selectName(const QString&)) );
|
this, SLOT(selectName(const QString&)) );
|
||||||
name->setFocus();
|
name->setFocus();
|
||||||
QGroupBox* genderbox = new QGroupBox("Sex",this);
|
QGroupBox* genderbox = new QGroupBox("Gender",this);
|
||||||
QButtonGroup *gendergroup = new QButtonGroup(this);
|
QButtonGroup *gendergroup = new QButtonGroup(this);
|
||||||
QGroupBox* alignbox = new QGroupBox("Alignment",this);
|
QGroupBox* alignbox = new QGroupBox("Alignment",this);
|
||||||
QButtonGroup *aligngroup = new QButtonGroup(this);
|
QButtonGroup *aligngroup = new QButtonGroup(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user