Skip to content

Commit

Permalink
Mark Archive() method 'override'
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmodel committed Nov 13, 2023
1 parent 99a9022 commit 7794ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/fgame/scriptslave.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class ScriptSimpleStrafingGunfire : public ScriptSlave

ScriptSimpleStrafingGunfire();

void Archive(Archiver& arc);
void Archive(Archiver& arc) override;

protected:
void GunFire(Event *ev);
Expand Down Expand Up @@ -379,7 +379,7 @@ class ScriptAimedStrafingGunfire : public ScriptSimpleStrafingGunfire

ScriptAimedStrafingGunfire();

void Archive(Archiver& arc);
void Archive(Archiver& arc) override;

void GunFire(Event *ev);
void SetAimTarget(Event *ev);
Expand Down

0 comments on commit 7794ee8

Please sign in to comment.