diff --git a/src/porting.cpp b/src/porting.cpp index f0337b610..023f0cca7 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -627,6 +627,7 @@ bool setXorgWindowIcon(IrrlichtDevice *device) setXorgWindowIconFromPath(device, path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png"); # endif +#else return false; #endif }