Fixed lack of braces.

No real-world effect, but it's still wrong.
This commit is contained in:
onpon4 2017-10-19 16:36:35 -04:00
parent 31f9097ce0
commit 341ef6907a
1 changed files with 2 additions and 0 deletions

View File

@ -54,9 +54,11 @@ void events_init()
case MISN_INTERCEPTION:
if ((aliens[ALIEN_KLINE].classDef == CD_KLINE) &&
(aliens[ALIEN_KLINE].active))
{
events[0].time = 2;
events[0].face = FS_KLINE;
strcpy(events[0].message, klineGreeting[rand() % 4]);
}
break;