scummvm/engines/illusions/threads
Eugene Sandulenko ea40c01298 ILLUSIONS: Fix subtitle speed in Duckman. Fxies #11636
The original was operating byte pointers and we work with uint16 *.
Thus, division by 2 is not needed for counting string length
2020-09-05 00:43:38 +02:00
..
abortablethread.cpp
abortablethread.h
causethread_duckman.cpp
causethread_duckman.h
scriptthread.cpp
scriptthread.h
talkthread.cpp ILLUSIONS: Fix wide text handling logic for big endian systems. (#11236) 2020-08-25 18:18:20 +10:00
talkthread.h ILLUSIONS: Fix wide text handling logic for big endian systems. (#11236) 2020-08-25 18:18:20 +10:00
talkthread_duckman.cpp ILLUSIONS: Fix subtitle speed in Duckman. Fxies #11636 2020-09-05 00:43:38 +02:00
talkthread_duckman.h ILLUSIONS: Fix wide text handling logic for big endian systems. (#11236) 2020-08-25 18:18:20 +10:00
timerthread.cpp
timerthread.h