]> git.mxchange.org Git - flightgear.git/commitdiff
Fix typo
authorTim Moore <timoore@redhat.com>
Sat, 24 Oct 2009 21:14:48 +0000 (23:14 +0200)
committerTim Moore <timoore@redhat.com>
Sat, 24 Oct 2009 21:14:48 +0000 (23:14 +0200)
src/ATCDCL/AIPlane.cxx

index 3f22dafa15cb1b1171dc51e7dec66c2107562fb1..9ab162b6f68d3f863c3e0dde9367dc78a4ba3120 100644 (file)
@@ -195,7 +195,7 @@ void FGAIPlane::Render(const string& refname, const float volume, bool repeating
 #ifdef ENABLE_AUDIO_SUPPORT
        voice = (voiceOK && fgGetBool("/sim/sound/voice"));
        if(voice) {
-            sizte_t len;
+            size_t len;
            void* buf = vPtr->WriteMessage(pending_transmission, &len);
            if(voice && (volume > 0.05)) {
                SGSoundSample* simple = new SGSoundSample(buf, len, 8000 );