(svn r3643) Remove a local variable which is just a pointer to a road stop status field and had the sensible name 'b'; instead directly use the road stop status field
/* $Id$ */
#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H
#include "../hal.h"
extern const HalSoundDriver _win32_sound_driver;
#endif