Files @ r8044:fb0f34142941
Branch filter:

Location: cpp/openttd-patchpack/source/src/unmovable.h

smatz
(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches
/* $Id$ */

/** @file unmovable.h */

#ifndef UNMOVABLE_H
#define UNMOVABLE_H

void UpdateCompanyHQ(Player *p, uint score);

#endif /* UNMOVABLE_H */