Commit 25aa7244dce9f0f4fcfdeac7a82cec2107565de5

pionere 2022-01-18T17:43:31

cleanup IME_GetId - use assert instead of a check (it is a static function with constant parameter) - assume it is called with 0 first (simplifies the logic) - reuse dwLang value instead of a new 'call' to LANG()