]> ruin.nu Git - hbs.git/blobdiff - bs/fleetview.cpp
started to work on the battle report.. almost there =)
[hbs.git] / bs / fleetview.cpp
index 3935616fb31a7c23ee28fd823ca702af6314a331..e3290a62d7c4a39d0c25780a13a282cd30012f1f 100644 (file)
@@ -82,6 +82,7 @@ FleetView::~FleetView(){
 //
 void FleetView::viewFleet(const Fleet* fleet, bool friendly)
 {
+       friendly = true;
        if (m_Fleet->race() != fleet->race())
        {
                findNames();
@@ -227,7 +228,7 @@ void FleetView::slotRoidsChanged(const QString& type, int value)
 
 /////////////////////////////////////////////////////////////////////
 //
-void FleetView::slotViewTickRange(int min = -1, int max = -1)
+void FleetView::slotViewTickRange(int min, int max)
 {
        if (min > -1)
                m_iMinTick = min;