* Minor bugfixes (mostly graphical bugs)
This commit is contained in:
jean.chalard
2009-09-04 16:58:17 +00:00
parent 2e7570fdea
commit 01fe3b76f7
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ void DuelLayers::Render(){
int DuelLayers::receiveEvent(WEvent * e){
#if 1
#if 0
#define PRINT_IF(type) { type *foo = dynamic_cast<type*>(e); if (foo) cout << "Is a " #type " " << *foo << endl; }
cout << "Received event " << e << " ";
PRINT_IF(WEventZoneChange);