(svn r2042) -Fix: forgot to remove a printf ;)

This commit is contained in:
truelight
2005-03-24 14:31:27 +00:00
parent 88ef277dc3
commit fbb11ea366
5 changed files with 7 additions and 7 deletions

View File

@@ -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;