fix not compiling anywhere

This commit is contained in:
UnknownShadow200 2019-09-26 17:58:56 +10:00
parent fc38e999c4
commit 7c287922db

View file

@ -1759,7 +1759,7 @@ bool Gfx_WarnIfNecessary(void) {
Chat_AddRaw("&cVSync may not work, and you may see disappearing clouds and map edges.");
#ifdef CC_BUILD_WIN
Chat_AddRaw("&cTry downloading the Direct3D 9 build instead.");
#else
#endif
return true;
}