aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object.h')
-rw-r--r--engines/hugo/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/object.h b/engines/hugo/object.h
index a3b1ecb56a..842bbe1e62 100644
--- a/engines/hugo/object.h
+++ b/engines/hugo/object.h
@@ -109,7 +109,7 @@ protected:
void restoreSeq(object_t *obj);
inline bool checkBoundary(int16 x, int16 y);
- template <typename T>
+ template <typename T>
inline int sign(T a) { if ( a < 0) return -1; else return 1; }
};