summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-04-13 16:35:35 +0200
committerkrzys-h <krzys_h@interia.pl>2013-04-13 16:35:35 +0200
commit6ea0031d83db660946084a28dcf7d48eb3644a6d (patch)
treeee23e455d0b63c274717a2a3011f467e33e5cbdb /src/object/robotmain.h
parentcdba398d29b78256ca12d665ccc4c31c00ec2007 (diff)
downloadcolobot-6ea0031d83db660946084a28dcf7d48eb3644a6d.tar.gz
colobot-6ea0031d83db660946084a28dcf7d48eb3644a6d.tar.bz2
colobot-6ea0031d83db660946084a28dcf7d48eb3644a6d.zip
Added loading from custom files for Audio
Diffstat (limited to 'src/object/robotmain.h')
-rw-r--r--src/object/robotmain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index d3b18bc..6ff53f1 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -461,7 +461,7 @@ protected:
bool m_cheatRadar;
bool m_audioRepeat;
bool m_shortCut;
- int m_audioTrack;
+ std::string m_audioTrack;
int m_delayWriteMessage;
int m_movieInfoIndex;