1
0
mirror of https://github.com/td512/re3.git synced 2026-04-28 18:17:06 +00:00

move stuff back into class; securom comments

This commit is contained in:
withmorten
2021-01-13 00:18:34 +01:00
parent 4a96c7c9f2
commit c210e1bae6
3 changed files with 4 additions and 3 deletions

View File

@@ -785,7 +785,7 @@ CHeli::InitHelis(void)
}
CHeli*
GenerateHeli(bool catalina)
CHeli::GenerateHeli(bool catalina)
{
CHeli *heli;
CVector heliPos;