Fixed compile error with USE_OPENGL and vc++

This commit is contained in:
jsalmon3 2002-12-01 20:38:16 +00:00
parent 357fa47464
commit c3316e3536

View file

@ -34,7 +34,12 @@
#include "freecraft.h"
#if defined(USE_OPENGL) && defined(_MSC_VER)
#undef NOUSER
#include "video.h"
#else
#include "video.h"
#endif
#include "font.h"
#include "interface.h"
#include "menus.h"