mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
PINK: added states to LeadActor
This commit is contained in:
parent
4d8bd5958f
commit
f7c6830da9
@ -33,6 +33,17 @@ class Sequencer;
|
||||
|
||||
class LeadActor : public Actor {
|
||||
public:
|
||||
enum State {
|
||||
Ready = 0,
|
||||
Moving,
|
||||
inDialog1, //???
|
||||
Inventory,
|
||||
PDA,
|
||||
inDialog2,//???
|
||||
PlayingVideo, // ???
|
||||
unk_Loading // ????
|
||||
};
|
||||
|
||||
virtual void deserialize(Archive &archive);
|
||||
void setNextExecutors (Common::String &nextModule, Common::String &nextPage);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user