DREAMWEB: Cleanup end of namespace comments
This commit is contained in:
parent
adaea53c19
commit
0193ef590d
16 changed files with 16 additions and 29 deletions
|
@ -325,5 +325,4 @@ void DreamGenContext::showAllEx() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -228,5 +228,4 @@ void DreamGenContext::showOuterPad() {
|
||||||
showFrame(tempGraphics(), kKeypadx+74, kKeypady+76, 37, 0);
|
showFrame(tempGraphics(), kKeypadx+74, kKeypady+76, 37, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -312,5 +312,4 @@ void DreamGenContext::loadCart() {
|
||||||
data.word(kTextfile3) = standardLoad("DREAMWEB.T24"); // monitor file 24
|
data.word(kTextfile3) = standardLoad("DREAMWEB.T24"); // monitor file 24
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -263,5 +263,4 @@ void DreamGenContext::getBackFromOb() {
|
||||||
blank();
|
blank();
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -276,5 +276,4 @@ void DreamGenContext::bresenhams() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -464,5 +464,4 @@ void DreamGenContext::foghornSound(ReelRoutine &routine) {
|
||||||
void DreamGenContext::train(ReelRoutine &routine) {
|
void DreamGenContext::train(ReelRoutine &routine) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -277,5 +277,4 @@ const char *DreamGenContext::monPrint(const char *string) {
|
||||||
return iterator;
|
return iterator;
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -596,6 +596,6 @@ public:
|
||||||
# define STACK_CHECK do {} while (0)
|
# define STACK_CHECK do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
} // End of namespace DreamWeb
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -436,5 +436,4 @@ void DreamGenContext::loadSaveBox() {
|
||||||
loadIntoTemp("DREAMWEB.G08");
|
loadIntoTemp("DREAMWEB.G08");
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -1191,5 +1191,4 @@ void DreamGenContext::liftNoise(uint8 index) {
|
||||||
playChannel1(index);
|
playChannel1(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -290,7 +290,7 @@ struct Atmosphere {
|
||||||
uint8 _repeat;
|
uint8 _repeat;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // End of namespace DreamWeb
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -3769,4 +3769,4 @@ void DreamGenContext::putBackObStuff() {
|
||||||
delPointer();
|
delPointer();
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
|
@ -36,5 +36,4 @@ void DreamGenContext::convIcons() {
|
||||||
showFrame(frame, 234, 2, frameNumber, 0);
|
showFrame(frame, 234, 2, frameNumber, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -905,7 +905,6 @@ void DreamGenContext::useObject() {
|
||||||
useRoutine();
|
useRoutine();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void DreamGenContext::useWinch() {
|
void DreamGenContext::useWinch() {
|
||||||
al = 40;
|
al = 40;
|
||||||
ah = 1;
|
ah = 1;
|
||||||
|
@ -1033,4 +1032,4 @@ void DreamGenContext::hotelControl() {
|
||||||
putBackObStuff();
|
putBackObStuff();
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
|
@ -160,5 +160,4 @@ void DreamGenContext::clearPalette() {
|
||||||
dumpCurrent();
|
dumpCurrent();
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
|
@ -496,5 +496,4 @@ void DreamGenContext::createPanel2() {
|
||||||
showFrame(engine->icons2(), 160, 0, 5, 2);
|
showFrame(engine->icons2(), 160, 0, 5, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /*namespace dreamgen */
|
} // End of namespace DreamGen
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue