dxx-rebirth/similar
Kp 7fc6879555 Fix various Win32 build failures due to ambiguous operator[]()
gcc reports:

```
ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second
```

Fix the ambiguity by using an unsigned integer constant.
2022-10-23 23:00:24 +00:00
..
2d Fix MacOS clang build of similar/2d/font.cpp 2022-10-02 19:51:36 +00:00
3d Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
arch Default disable VR side-by-side for OpenGL ES 2022-10-09 23:15:20 +00:00
editor Pass polymodel& to draw_model_picture, draw_polygon_model 2022-10-09 23:15:20 +00:00
main Fix various Win32 build failures due to ambiguous operator[]() 2022-10-23 23:00:24 +00:00
misc Pass std::ranges::subrange to PHYSFSX_findFiles 2022-10-09 23:15:21 +00:00