Trooper Dan, on 15 March 2013 - 01:07 PM, said:
What was probably happening is that the Gv_GetVar() call returned -1, which is often used as a "error condition" marker in C code and that value got interpreted as the logo flags. Of course, -1 has all bits set...
The broader issue though is that the CON parser/interpreter permits a lot of sloppiness on the user side when it should give decent error messages or warn instead. This case is rather benign.
Fox, on 15 March 2013 - 01:32 PM, said:
What exactly LOGO_FLAG_STOPANIMSOUNDS does? I tested it, but I couldn't figure it out.
Hendricks266, in r3545, said: