unmovable.h
author peter1138
Tue, 30 May 2006 21:19:46 +0000
changeset 3919 1ba6c2e9b46d
parent 3386 edda700ed8e5
child 4612 12b0b94205f5
permissions -rw-r--r--
(svn r5046) - Implement smooth horizontal depot scrolling by setting up a clipping area to draw the train image. This fixes a couple of usability issues when shorter wagons are used in the depot; shorter wagons scrolled at a different speed, and not all wagons were visible sometimes.
/* $Id */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif