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
Things like setting fullscreen/windowed mode or whether path.walk should recalculate or not should use aptly-named enums instead of an opaque boolean that you have to dig into docs to figure out.
The text was updated successfully, but these errors were encountered:
Is it possible that we could also replace the bitflags with enums? Most of them are just mutually exclusive settings anyway (we'd need to keep them internally to pass through to tcod-sys but it's a good opportunity to provide a nicer interface).
Things like setting fullscreen/windowed mode or whether path.walk should recalculate or not should use aptly-named enums instead of an opaque boolean that you have to dig into docs to figure out.
The text was updated successfully, but these errors were encountered: