Applying patches by Michi to Enigma

This commit is contained in:
pelya
2010-10-15 14:23:30 +03:00
parent 679f64d3a0
commit ebaff58990
15 changed files with 141 additions and 84 deletions

View File

@@ -159,6 +159,12 @@ namespace
string m_user_input;
string m_error_message;
#ifdef ANDROID
Sint16 m_joy_x0;
Sint16 m_joy_y0;
#endif
std::auto_ptr<video::TransitionEffect> m_effect;
ENetHost *m_network_host;