diff options
author | Treeki <treeki@gmail.com> | 2012-07-25 00:36:07 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-07-25 00:36:07 +0200 |
commit | 0d20c172706178e5df2d426fcf5cb1b7ae85c225 (patch) | |
tree | a6b1d1f84630fd6e37b919759dd20268a9069d81 /src/koopatlas/pathmanager.cpp | |
parent | 57577aa4c163b01572b21914defe34e7ee24104b (diff) | |
download | kamek-0d20c172706178e5df2d426fcf5cb1b7ae85c225.tar.gz kamek-0d20c172706178e5df2d426fcf5cb1b7ae85c225.zip |
moving to desktop
Diffstat (limited to 'src/koopatlas/pathmanager.cpp')
-rw-r--r-- | src/koopatlas/pathmanager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/koopatlas/pathmanager.cpp b/src/koopatlas/pathmanager.cpp index 444684c..4eb6c2d 100644 --- a/src/koopatlas/pathmanager.cpp +++ b/src/koopatlas/pathmanager.cpp @@ -92,7 +92,7 @@ void dWMPathManager_c::unlockPaths() { // begin processing a block bool value = evaluateUnlockCondition(in, save); - // , get what it's supposed to affect + // get what it's supposed to affect // for now we'll assume that it affects one or more paths u8 affectedCount = *(in++); @@ -106,8 +106,6 @@ void dWMPathManager_c::unlockPaths() { PathAvailabilityData[pathID] = dKPPath_s::AVAILABLE; // NEWLY_AVAILABLE is set later, when that stuff is figured out } - - // now evaluate a condition. simple! } // did anything become newly available?! |