Skip to content

Commit

Permalink
tr2/objects/winston: fix setup
Browse files Browse the repository at this point in the history
Resolves #1735. Regression from d531d0b.
  • Loading branch information
rr- committed Oct 23, 2024
1 parent 177ba47 commit a8efb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tr2/game/objects/creatures/winston.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ void Winston_Setup(void)
obj->intelligent = 1;
obj->save_position = 1;
obj->save_anim = 1;
obj->save_flags = 1;
}

0 comments on commit a8efb4b

Please sign in to comment.