diff Outdoor.cpp @ 2199:3445abad44c5

RasterLine2D()
author Ritor1
date Sun, 02 Feb 2014 21:53:29 +0600
parents f0b5ca2dfb73
children ff8920a40c21
line wrap: on
line diff
--- a/Outdoor.cpp	Sun Feb 02 00:10:40 2014 +0600
+++ b/Outdoor.cpp	Sun Feb 02 21:53:29 2014 +0600
@@ -4169,7 +4169,7 @@
         else
         {
           v87 = pOutdoor->GetSoundIdByPosition(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1, 1);
-          pAudioPlayer->PlaySound((SoundID)v87, 804, 1, -1, 0, 0, 0, 0);//бег по земле
+          pAudioPlayer->PlaySound((SoundID)v87, 804, 1, -1, 0, 0, 0, 0);//бег по земле 56
         }
         pParty->walk_sound_timer = 96;//таймер для бега
       }