dxx-rebirth/d2x-rebirth/main
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
..
escort.cpp Fix various Win32 build failures due to ambiguous operator[]() 2022-10-23 23:00:24 +00:00
gamepal.cpp Pass std::span to load_palette 2022-09-24 17:47:52 +00:00
inferno.ini Reduce indirection resolving chosen menu item 2020-12-19 16:13:26 +00:00
libmve.h Use specific type in MVEFILE instead of void * 2022-07-23 20:58:10 +00:00
movie.cpp Test whether change_filename_extension succeeded before using its output 2022-10-09 23:15:20 +00:00
movie.h Use std::span for PlayMovie argument subtitles 2022-10-02 19:51:35 +00:00