[Scummvm-git-logs] scummvm master -> 1e4c457e72182653daa486560e0d5b2a98d7b075
antoniou79
antoniou at cti.gr
Tue Apr 9 17:14:37 CEST 2019
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:
1e4c457e72 BLADERUNNER: Remove comma from end of enum
Commit: 1e4c457e72182653daa486560e0d5b2a98d7b075
https://github.com/scummvm/scummvm/commit/1e4c457e72182653daa486560e0d5b2a98d7b075
Author: Thanasis Antoniou (a.antoniou79 at gmail.com)
Date: 2019-04-09T18:13:59+03:00
Commit Message:
BLADERUNNER: Remove comma from end of enum
Changed paths:
engines/bladerunner/game_constants.h
diff --git a/engines/bladerunner/game_constants.h b/engines/bladerunner/game_constants.h
index 65d1cc5..5f60739 100644
--- a/engines/bladerunner/game_constants.h
+++ b/engines/bladerunner/game_constants.h
@@ -2321,7 +2321,7 @@ enum ActorTimers {
kActorTimerMovementTrack = 3,
kActorTimerClueExchange = 4,
kActorTimerAnimationFrame = 5,
- kActorTimerRunningStaminaFPS = 6,
+ kActorTimerRunningStaminaFPS = 6
};
// Certain tracks are available at Frank Klepacki's website/portfolio for Blade Runner
More information about the Scummvm-git-logs
mailing list