foes
commandInput()->MouseModeRelative();Ui()->SetEnabled(true);
to OnRender but that did not helpx = x || foo();
foo() won't be executed since x is true?x = x || foo();
foo() won't be executed since x is true? if(some_pointer && some_pointer->att1 > 2)
works even if some_pointer is NULLUnix Makefiles
instead of MinGW Makefiles