renamed function 'NextEvent' to 'WaitEvent'
[rocksndiamonds.git] / src / tools.c
index 209c4e23681915bd412b2d1f3a209538a2a4e25c..9bde54c7531aff5b7a1dc16d0e083808701f40d3 100644 (file)
@@ -3781,7 +3781,7 @@ void WaitForEventToContinue()
     {
       Event event;
 
-      NextEvent(&event);
+      WaitEvent(&event);
 
       switch (event.type)
       {