blob: a13e911d8105de1087bb5d21c6cc0f7870909c39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ./wad.c.orig 2005-09-13 07:19:36.000000000 -0300
+++ ./wad.c 2013-11-01 20:55:13.000000000 -0200
@@ -1632,14 +1632,13 @@
void ReportV5Switches(void)
{
lump_t *cur;
+ int saw_zdbsp = FALSE;
PrintMsg(
"V5 FORMAT UPGRADES. The following levels require a Doom port\n"
"which supports V5 GL-Nodes, otherwise they will fail (or crash).\n\n"
);
- int saw_zdbsp = FALSE;
-
for (cur=wad.dir_head; cur; cur=cur->next)
{
level_t *lev = cur->lev_info;
|