Changeset - r1543:6b73d5ef468d
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2005-03-24 17:31:55
truelight@openttd.org
(svn r2047) -Fix: never commit your own personal changes... :(
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dedicated.c
Show inline comments
 
@@ -302,7 +302,7 @@ static int DedicatedVideoMainLoop(void)
 
#endif
 

	
 
		if (cur_ticks >= next_tick) {
 
//			next_tick += 30;
 
			next_tick += 30;
 

	
 
			GameLoop();
 
			_screen.dst_ptr = _dedicated_video_mem;
0 comments (0 inline, 0 general)