summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 683e173)
raw | patch | inline | side by side (parent: 683e173)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 24 Aug 2019 14:47:03 +0000 (17:47 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 24 Aug 2019 14:47:03 +0000 (17:47 +0300) |
src/game/g_netmsg.pas | patch | blob | history |
diff --git a/src/game/g_netmsg.pas b/src/game/g_netmsg.pas
index 0ad3894b0e0af831c28d1178f79b748d8fa7e852..bffbcebd729077018f5b1ad41ef34148cd80fdc7 100644 (file)
--- a/src/game/g_netmsg.pas
+++ b/src/game/g_netmsg.pas
begin
gMusic.SetByName(MName);
gMusic.Play(True);
- gMusic.SetPosition(MPos);
+ // gMusic.SetPosition(MPos);
gMusic.SpecPause := MPaused;
end
else