glx [Fri, 03 Aug 2007 02:21:10 +0000] rev 7392
(svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_dirty without updating, so it was of by one
rubidium [Thu, 02 Aug 2007 23:40:19 +0000] rev 7391
(svn r10760) -Codechange: make the order struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 23:21:52 +0000] rev 7390
(svn r10759) -Codechange: make the industry struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 22:33:53 +0000] rev 7389
(svn r10758) -Codechange: make the depot struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 22:32:47 +0000] rev 7388
(svn r10757) -Codechange: make the engine renew struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 21:19:07 +0000] rev 7387
(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle).
rubidium [Thu, 02 Aug 2007 21:05:54 +0000] rev 7386
(svn r10755) -Codechange: make the town struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 21:02:57 +0000] rev 7385
(svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item class, so use the item size that is set in the pool.
rubidium [Thu, 02 Aug 2007 13:27:45 +0000] rev 7384
(svn r10753) -Codechange: make the sign struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 13:18:57 +0000] rev 7383
(svn r10752) -Fix: apparantly const on function pointers is ignored.