Don't include menu.h if SERVERONLY is defined.

This commit is contained in:
Marcus Sundberg 2000-01-24 00:10:39 +00:00
parent 79a286c45b
commit 56a753d763
1 changed files with 3 additions and 1 deletions

View File

@ -69,7 +69,9 @@ void VID_UnlockBuffer (void);
#include "keys.h"
#include "console.h"
#include "view.h"
#include "menu.h"
#ifndef SERVERONLY
# include "menu.h"
#endif
#include "crc.h"
#include "cdaudio.h"