diff --git a/src/corelib/scene.c b/src/corelib/scene.c index 9e81aa6..f5a6318 100644 --- a/src/corelib/scene.c +++ b/src/corelib/scene.c @@ -92,7 +92,7 @@ int _parse_key(FILE* file, char* out) { } } while(c != ':' && c != ';'); - return c != ':'; + return c == ':'; } static