From 5f5b0e6c7e9402ed8db9b4d0aa014e0f2ad2b5d7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 7 Jun 2003 00:01:18 +0000 Subject: use _version svn-id: r8370 --- gui/launcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/launcher.cpp b/gui/launcher.cpp index 43188b3ce6..61814e9c89 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -291,7 +291,7 @@ GameList findGame(FilesystemNode *dir) { strcpy(detectName, v->filename); strcpy(detectName2, v->filename); strcat(detectName, ".000"); - if (v->features & GF_AFTER_V7) { + if (v->version >= 7) { strcat(detectName2, ".la0"); } else if (v->features & GF_HUMONGOUS) strcat(detectName2, ".he0"); -- cgit v1.2.3