aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/hotspots.h')
-rw-r--r--engines/lure/hotspots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index 0372a7d86d..af0eaf9b92 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -218,7 +218,7 @@ public:
void loadFromStream(Common::ReadStream *stream);
};
-enum HotspotPrecheckResult {PC_EXECUTE, PC_NOT_IN_ROOM, PC_UNKNOWN, PC_INITIAL, PC_EXCESS};
+enum HotspotPrecheckResult {PC_EXECUTE, PC_NOT_IN_ROOM, PC_FAILED, PC_WAIT, PC_EXCESS};
enum BarPlaceResult {BP_KEEP_TRYING, BP_GOT_THERE, BP_FAIL};