Daniele Bartolini 12 лет назад
Родитель
Сommit
2ee8bd1a13
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/os/OS.cpp

+ 2 - 2
src/os/OS.cpp

@@ -7,8 +7,8 @@ namespace os
 {
 
 static OSEvent			event_queue[MAX_EVENTS];
-static int32_t			event_queue_head = 0;
-static int32_t			event_queue_tail = 0;
+static uint32_t			event_queue_head = 0;
+static uint32_t			event_queue_tail = 0;
 
 //-----------------------------------------------------------------------------
 void push_event(OSEventType type, OSEventParameter data_a, OSEventParameter data_b, OSEventParameter data_c, OSEventParameter data_d)