]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/event.cpp
Various changes to improve code readability, added mouse hiding.
[virtualjaguar] / src / event.cpp
index 6951d16fc32fc679db7278dd6b13b668baa8f567..56e960d1555a845dc2479974383bb46b0b46a6cd 100644 (file)
@@ -37,7 +37,7 @@
 // list.
 
 // Although if we used an insertion sort we could, but it wouldn't work for adjusting
-// times...
+// times... (For that, you would have to remove the event then reinsert it.)
 
 struct Event
 {