aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tonychar.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tonychar.h')
-rw-r--r--engines/tony/tonychar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/tonychar.h b/engines/tony/tonychar.h
index 050b39c0ca..cf67db4df5 100644
--- a/engines/tony/tonychar.h
+++ b/engines/tony/tonychar.h
@@ -48,8 +48,8 @@
#ifndef TONY_TONYCHAR_H
#define TONY_TONYCHAR_H
+#include "common/coroutines.h"
#include "tony/mpal/stubs.h"
-#include "tony/coroutine.h"
#include "tony/loc.h"
namespace Tony {
@@ -408,7 +408,7 @@ public:
int GetCurPattern();
// Attende la fine di un pattern
- void WaitForEndPattern(CORO_PARAM, uint32 hCustomSkip = INVALID_PID_VALUE) {
+ void WaitForEndPattern(CORO_PARAM, uint32 hCustomSkip = CORO_INVALID_PID_VALUE) {
RMCharacter::WaitForEndPattern(coroParam, hCustomSkip);
}