]> git.lizzy.rs Git - minetest.git/blobdiff - src/clientiface.h
Fix inverted conditions in shader.cpp
[minetest.git] / src / clientiface.h
index 9be8bda617a652e2543440782af9fbe47023b10b..0d2bca1965ce535ce3bed7fb63fe2c2c51e7dbdc 100644 (file)
@@ -167,6 +167,9 @@ namespace con {
 
 #define CI_ARRAYSIZE(a) (sizeof(a) / sizeof((a)[0]))
 
+// Also make sure to update the ClientInterface::statenames
+// array when modifying these enums
+
 enum ClientState
 {
        CS_Invalid,