]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameDraw.cpp
Merging cmake branch to the default branch.
[lugaru.git] / Source / GameDraw.cpp
index c817285a154ee5d3f4774b7000b5619216a7a5d1..1275a45a6f2c843e4461804c6c323ff2ae2c93c3 100644 (file)
@@ -1092,10 +1092,10 @@ int Game::DrawGLScene(void)
                                                                if(dialogueboxsound[whichdialogue][indialogue]==-2)whichsoundplay=firestartsound;
                                                                if(dialogueboxsound[whichdialogue][indialogue]==-3)whichsoundplay=consolesuccesssound;
                                                                if(dialogueboxsound[whichdialogue][indialogue]==-4)whichsoundplay=consolefailsound;
-                                                               PlaySoundEx( whichsoundplay, samp[whichsoundplay], NULL, TRUE);
+                                                               PlaySoundEx( whichsoundplay, samp[whichsoundplay], NULL, true);
                                                                FSOUND_3D_SetAttributes(channels[whichsoundplay], gLoc, vel);
                                                                FSOUND_SetVolume(channels[whichsoundplay], 256);
-                                                               FSOUND_SetPaused(channels[whichsoundplay], FALSE);
+                                                               FSOUND_SetPaused(channels[whichsoundplay], false);
                                                        }
                                                }
                                        }