You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should call SkipRestOfLine( ); after done parsing every line, similar to q3map2. So if keyword gets more (optional) args in the future, old spearmint won't blow up.
q3map2 ignores lines that start with an unknown keyword. Should the renderer do this too? It would make it easier to add new keywords later, but also means keyword typo will get ignored. Could add new #if keywords (example: #if ext_musicWaveform) to check if renderer supports a new feature instead.
The text was updated successfully, but these errors were encountered:
We should call SkipRestOfLine( ); after done parsing every line, similar to q3map2. So if keyword gets more (optional) args in the future, old spearmint won't blow up.
q3map2 ignores lines that start with an unknown keyword. Should the renderer do this too? It would make it easier to add new keywords later, but also means keyword typo will get ignored. Could add new #if keywords (example: #if ext_musicWaveform) to check if renderer supports a new feature instead.
The text was updated successfully, but these errors were encountered: