kompiliert wieder

This commit is contained in:
Enno Rehling 2002-03-31 10:49:17 +00:00
parent 01e7b2b676
commit 7587bb61c6
1 changed files with 2 additions and 2 deletions

View File

@ -105,11 +105,11 @@ check_victory_murder(void)
} }
#endif #endif
boolean void
check_victory(void) check_victory(void)
{ {
#if VICTORY_CONDITION == VICTORY_MURDER #if VICTORY_CONDITION == VICTORY_MURDER
return check_victory_murder(); check_victory_murder();
#endif #endif
} }