mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
fix/simplify assert macros (#1929)
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
bool isSoundAttached() const { return sound_ != NULL; }
|
||||
|
||||
JAISound* operator->() const {
|
||||
JUT_ASSERT("JAISound.h", 58, sound_ != 0);
|
||||
JUT_ASSERT(58, sound_ != 0);
|
||||
return sound_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user