[Scummvm-git-logs] scummvm master -> a18301148afd703c43552f4fab68189361d9bba9

sev- noreply at scummvm.org
Sat Jul 20 21:13:09 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a18301148a SCUMM: Add missing override keyword


Commit: a18301148afd703c43552f4fab68189361d9bba9
    https://github.com/scummvm/scummvm/commit/a18301148afd703c43552f4fab68189361d9bba9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-07-20T23:12:47+02:00

Commit Message:
SCUMM: Add missing override keyword

Changed paths:
    engines/scumm/actor.h


diff --git a/engines/scumm/actor.h b/engines/scumm/actor.h
index 8b44ad54c2f..3899c756967 100644
--- a/engines/scumm/actor.h
+++ b/engines/scumm/actor.h
@@ -366,7 +366,7 @@ protected:
 	void findPathTowardsOld(byte box, byte box2, byte box3, Common::Point &p2, Common::Point &p3);
 	uint _stepThreshold;
 private:
-	virtual int actorWalkStep();
+	virtual int actorWalkStep() override;
 	uint _stepX;
 	const int _facingXYratio;
 };




More information about the Scummvm-git-logs mailing list