summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/game.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/game.c b/apps/plugins/sdl/progs/duke3d/Game/src/game.c
index 69bfcd2900..e5db7b4f94 100644
--- a/apps/plugins/sdl/progs/duke3d/Game/src/game.c
+++ b/apps/plugins/sdl/progs/duke3d/Game/src/game.c
@@ -8166,6 +8166,7 @@ int main(int argc,char **argv)
8166 for(i=0; i<MAX_KNOWN_GRP; i++) 8166 for(i=0; i<MAX_KNOWN_GRP; i++)
8167 printf("%s -> CRC32=%X Size=%d bytes\n", crc32lookup[i].name, crc32lookup[i].crc32, crc32lookup[i].size); 8167 printf("%s -> CRC32=%X Size=%d bytes\n", crc32lookup[i].name, crc32lookup[i].crc32, crc32lookup[i].size);
8168 8168
8169#if 0
8169 printf( "\nYou should try to get one of these GRP only as a base GRP\n" 8170 printf( "\nYou should try to get one of these GRP only as a base GRP\n"
8170 "Do you want to continue anyway? (Y/N): "); 8171 "Do you want to continue anyway? (Y/N): ");
8171 do 8172 do
@@ -8175,6 +8176,8 @@ int main(int argc,char **argv)
8175 8176
8176 if(kbdKey == 'n') 8177 if(kbdKey == 'n')
8177 Error(EXIT_SUCCESS,""); 8178 Error(EXIT_SUCCESS,"");
8179#endif
8180 rb->splashf(HZ, "WARNING: Your GRP is not a well-known version. Continue at your own risk!");
8178 } 8181 }
8179 8182
8180 // computing exe crc 8183 // computing exe crc