From f5c0e1679245d59b62d4819004f81039838ba78b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 24 Nov 2015 23:28:02 +0100 Subject: MADS: Phantom - change the type of timeout to uint32 in handlePrisonerSpeech() --- engines/mads/nebular/nebular_scenes3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/nebular/nebular_scenes3.h') diff --git a/engines/mads/nebular/nebular_scenes3.h b/engines/mads/nebular/nebular_scenes3.h index cf925b3867..af75b14193 100644 --- a/engines/mads/nebular/nebular_scenes3.h +++ b/engines/mads/nebular/nebular_scenes3.h @@ -158,7 +158,7 @@ private: void handlePrisonerDialog(); void handlePrisonerEncounter(); void setDialogNode(int node); - void handlePrisonerSpeech(int firstQuoteId, int number, long timeout); + void handlePrisonerSpeech(int firstQuoteId, int number, uint32 timeout); public: Scene307(MADSEngine *vm); -- cgit v1.2.3