dxx-rebirth/d2x-rebirth/libmve
Kp 3469ff8c34 Change (short*) to (int16_t*)
Uses of `(short*)` usually want exactly a 16-bit signed integer.  Most
platforms provide that as `short`, but that is not guaranteed.

s/(short \(*\+\)\s*)/(int16_t \1)/g
2016-06-27 04:11:13 +00:00
..
decoder8.cpp Fix gcc-4.6 decoder8 build 2015-05-22 03:33:20 +00:00
decoder16.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
decoders.h
mve_audio.cpp
mve_audio.h
mve_main.c
mvelib.cpp
mvelib.h Fix check_header_includes build 2015-07-25 23:10:45 +00:00
mveplay.cpp Change (short*) to (int16_t*) 2016-06-27 04:11:13 +00:00
mveplayer.1