diff options
Diffstat (limited to 'engines/lure/hotspots.cpp')
-rw-r--r-- | engines/lure/hotspots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index ee7a185ea1..7fab4521f7 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -213,7 +213,7 @@ void Hotspot::setAnimation(uint16 newAnimId) { else { tempAnim = r.getAnimation(newAnimId); if (tempAnim == NULL) - error("Hotspot %xh tried to set non-existant Animation Id: %xh", _hotspotId, newAnimId); + error("Hotspot %xh tried to set non-existent Animation Id: %xh", _hotspotId, newAnimId); } setAnimation(tempAnim); |