Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Небольшое исправление в RadiusFlash. #1

Closed
Chuvi-w opened this issue Sep 2, 2015 · 3 comments
Closed

Небольшое исправление в RadiusFlash. #1

Chuvi-w opened this issue Sep 2, 2015 · 3 comments

Comments

@Chuvi-w
Copy link
Contributor

Chuvi-w commented Sep 2, 2015

Нет желания делать PullRequest ради одной переменной.

В общем, там где идёт поиск тех, кто за игроком наблюдает, флэшить нужно не бедного игрока многократно, а наблюдателей.
То есть вместо
UTIL_ScreenFade(pPlayer, Vector(255, 255, 255), fadeTime, fadeHold, alpha, 0);
должно быть
UTIL_ScreenFade(pObserver, Vector(255, 255, 255), fadeTime, fadeHold, alpha, 0);

@s1lentq
Copy link
Collaborator

s1lentq commented Sep 3, 2015

Спасибо.
Поправлю в следующем коммите.

@s1lentq s1lentq closed this as completed Sep 3, 2015
@s1lentq s1lentq added the bug label Sep 3, 2015
@coolmans
Copy link

будут сборки делаться, или только самим собирать и почему проект редко выпускает новые версии?

@hajimura
Copy link
Contributor

Как самостоятельный проект мод еще не работоспособен, он работает в связке с оригинальным filesystem_stdio.dll. Почитайте лучше wiki данного репозитория

@rehlds rehlds locked and limited conversation to collaborators Nov 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants