mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
ICB: Correct spelling mistake
definately -> definitely
This commit is contained in:
parent
25256b10d3
commit
a50a0d6667
@ -971,7 +971,7 @@ void _game_session::UpdateMegaFX() {
|
||||
// if talking then update talking
|
||||
if ((cur_id == (uint)speech_info[CONV_ID].current_talker) && // we are the one talking
|
||||
(speech_info[CONV_ID].total_subscribers > 1) && // not talking to myself
|
||||
(speech_info[CONV_ID].state == __SAYING) // are definately saying, not just getting ready to...
|
||||
(speech_info[CONV_ID].state == __SAYING) // are definitely saying, not just getting ready to...
|
||||
) {
|
||||
// get rap
|
||||
RapAPI *pose = (RapAPI *)rs_anims->Res_open(I->get_pose_name(), I->pose_hash, I->base_path, I->base_path_hash);
|
||||
|
Loading…
x
Reference in New Issue
Block a user