mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 01:16:02 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
@@ -1971,7 +1971,7 @@ void jmessage_tSequenceProcessor::do_end() {
|
||||
|
||||
bool jmessage_tSequenceProcessor::do_isReady() {
|
||||
jmessage_tReference* pReference = (jmessage_tReference*)getReference();
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (pReference->getRevoMessageID() != 0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user