Files @ r5940:476169f4235d
Branch filter:

Location: cpp/openttd-patchpack/source/src/video/null_v.h

rubidium
(svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. Original patch by KeeperofTheSoul.
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif