Removed m_event from script.h

master
krzys-h 2015-08-10 13:52:03 +02:00
parent 3a5f618f65
commit 2b44a7be3d
1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include "CBot/CBotDll.h"
#include "common/event.h"
#include "common/global.h"
@ -127,6 +126,5 @@ protected:
int m_error; // error (0=ok)
int m_cursor1;
int m_cursor2;
Event m_event;
float m_returnValue;
};