[Bug v3.5] One '=' Sign More May 08, 2009, 03:46:17 pm Hi James,A minor bug in haltestelle_t::hole_ab() :Quote if(waiting_minutes == 0 && welt->get_zeit_ms() != neu.arrival_time) { /*const sint64 TEST_1 = welt->get_zeit_ms(); const sint64 TEST_2 = neu.arrival_time; const sint64 DIFFERENCE = TEST_1 - TEST_2; uint8 a = 1 + 1;*/ waiting_minutes == 1; }I suppose this should be ****ignment rather than equality test? Quote Selected
Re: [Bug v3.5] One '=' Sign More Reply #1 – May 08, 2009, 04:34:04 pm Ahh, yes, you're right - thank you for spotting that!Edit: Fixed in 3.6 Quote Selected Last Edit: May 09, 2009, 03:19:52 pm by jamespetts