Skip to content

Commit a997a9a

Browse files
committed
Merge pull request #160 from dgets/mbase-pointer-debugging
Fixed minor style issue
2 parents 6357569 + e183fe3 commit a997a9a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

load/dmbase.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,11 @@ msg_base = {
645645
if (forward) {inc = 1;} else {inc = -1;}
646646

647647
// if starting in reverse from the room prompt, unskip one message
648-
if (!forward) tmpPtr += 1; // so we start with the most recently read
649-
// message. In all other cases we want to skip one.
648+
if (!forward) {
649+
tmpPtr += 1; // so we start with the most recently read
650+
// message. In all other cases we want to skip one.
651+
}
652+
650653

651654
if (userSettings.debug.message_scan) {
652655
console.putmsg("Inc: " + inc + "\tbased on forward\n");

0 commit comments

Comments
 (0)