]> icculus.org git repositories - divverent/darkplaces.git/commit - host.c
moved the code that applies slowmo to demo playback so that it reacts
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 May 2007 18:58:54 +0000 (18:58 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 17 May 2007 18:58:54 +0000 (18:58 +0000)
commit1d1b21efb222f91ce3bb373b54cae2c121a4d161
tree702f01ac5b5fd8038b598dc2b8af73901188c829
parent8877741c466c938a6d6297b3e83ce4f41731a926
moved the code that applies slowmo to demo playback so that it reacts
immediately to changes, not at the next packet read (which may never
come if slowmo was set to 0 at any point)
made pausedemo command freeze demo playback in a way that time does not
advance, preventing the problem where it fast forwards to catch up with
where it would have been if not paused after unpausing the demo

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7306 d7cf8633-e32d-0410-b094-e92efae38249
cl_input.c
host.c