Index: mania_server.c
===================================================================
--- mania_server.c	(revision 563)
+++ mania_server.c	(revision 564)
@@ -223,7 +223,7 @@
 #ifndef WIN32
 usleep(1); // MUST disable this with real servers
 #else
-sleep(0);
+Sleep(0);
 #endif
 //printf(".\n");
 }while(1);
 * z, GLfloat * zoom, GLfloat * roll);
+extern signed char raydium_camera_smooth_path (char *path, GLfloat step, GLfloat * x, GLfloat * y, GLfloat * z, GLfloat * zoom, GLfloat * roll);
 /**
 Returns the (##x,y,z##) point of the camera path for step ##step##, using
 provided ##zoom## (FOV) and ##roll## angle.