mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 02:59:59 -04:00
Minor cleanup
Inlines, wrong indentation, enums, private fields, etc
This commit is contained in:
@@ -174,13 +174,13 @@ BOOL daBoko_c::draw() {
|
||||
|
||||
if (checkNoDraw()) {
|
||||
if (mParticleCallBack.getEmitter() != NULL) {
|
||||
mParticleCallBack.getEmitter()->setStatus(4);
|
||||
mParticleCallBack.getEmitter()->stopDrawParticle();
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (mParticleCallBack.getEmitter() != NULL) {
|
||||
mParticleCallBack.getEmitter()->clearStatus(4);
|
||||
mParticleCallBack.getEmitter()->playDrawParticle();
|
||||
}
|
||||
|
||||
if (mFlameTimer != 0) {
|
||||
|
||||
Reference in New Issue
Block a user