Skip to content

Commit

Permalink
Added conditions array
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 27, 2003
1 parent dd32442 commit 0d533fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doomsday/Include/Common/f_infine.h
@@ -1,10 +1,19 @@
#ifndef __INFINE_H__
#define __INFINE_H__

// Condition truth values (that clients can't deduce on their own).
enum
{
FICOND_SECRET,
FICOND_LEAVEHUB,
NUM_FICONDS
};

extern boolean brief_disabled;

void FI_StartScript(char *finalescript, boolean after);
void FI_End(void);
void FI_SetCondition(int index, boolean value);
int FI_Briefing(int episode, int map);
int FI_Debriefing(int episode, int map);
int FI_SkipRequest(void);
Expand Down

0 comments on commit 0d533fa

Please sign in to comment.