Skip to content

Commit 36fa910

Browse files
committed
comments
1 parent b7d1666 commit 36fa910

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

FlashpointSecurePlayer/RegistryStates.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ public override void Activate(string templateName) {
10841084
if (String.IsNullOrEmpty(keyDeleted)) {
10851085
// we create a value
10861086
// the value does not exist
1087+
// or, we edit a value that exists
10871088
activeRegistryStateElement.Type = TYPE.VALUE;
10881089
activeRegistryStateElement.Value = value;
10891090
} else {

FlashpointSecurePlayer/WebBrowserMode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ public bool PreFilterMessage(ref Message m) {
279279
case WM_LBUTTONDOWN:
280280
case WM_RBUTTONDOWN:
281281
case WM_MBUTTONDOWN:
282+
// these are intended to always return false
282283
OnStopExitFullscreenLabelTimer(EventArgs.Empty);
283284
return false;
284285
case WM_XBUTTONUP:

0 commit comments

Comments
 (0)