diff --git a/saga/actor.h b/saga/actor.h index d0f7c2190a7..48dda0ce276 100644 --- a/saga/actor.h +++ b/saga/actor.h @@ -123,7 +123,7 @@ enum PathCellType { struct PathDirectionData { int direction; - int x; + int x; int y; };