- added cutscene creation code

This commit is contained in:
Christoph Oelckers 2022-06-03 00:03:57 +02:00
commit 99d98cf79d
6 changed files with 106 additions and 7 deletions

View file

@ -98,6 +98,7 @@ enum gameaction_t : int
ga_resumeconversation,
ga_intro,
ga_intermission,
ga_titleloop,
};
extern gameaction_t gameaction;