diff options
Diffstat (limited to 'engines/cge2/hero.h')
-rw-r--r-- | engines/cge2/hero.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/hero.h b/engines/cge2/hero.h index 8a8d400c26..c9933867a1 100644 --- a/engines/cge2/hero.h +++ b/engines/cge2/hero.h @@ -78,7 +78,7 @@ public: int distance(Sprite * spr); void turn(Dir d); void park(); - static uint32 len(V2D v); + int len(V2D v); bool findWay(); static int snap(int p, int q, int grid); void walkTo(V3D pos); |