Duke has peanut allergy.
						
                                                
					
                                         
						
gamevar i 0 0
gamevar temp 0 0
gamevar temp9 0 0
onevent EVENT_DRAW2DSCREEN
    set drawlinepat -858993460
    for i allwalls {
            ife wall[i].extra 0 {
                ife wall[i].overtilenumber 0 {
                    set temp wall[i].point2
                    drawline16b wall[i].x wall[i].y wall[temp].x wall[temp].y 10
                }
            }
    }
endevent High Treason, on 04 August 2021 - 09:12 PM, said:
High Treason, on 04 August 2021 - 09:12 PM, said:
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2468) #if 0
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2469)         else
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2470)         {
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2471)             for (i=0; i<g_numAnimWalls; i++)
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2472)                 if (wall[animwall[i].wallnum].extra >= 0)
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2473)                     wall[animwall[i].wallnum].picnum = wall[animwall[i].wallnum].extra;
2a37b30db1 polymer/eduke32/source/savegame.c (Philipp Kutin           2012-01-05 20:48:37 +0000 2474)         }
99678b668b source/duke3d/src/savegame.cpp    (Richard Gobeille        2018-11-18 18:13:55 +0000 2475) #endif
This post has been edited by Doom64hunter: 07 August 2021 - 02:03 AM
This post has been edited by ck3D: 11 October 2021 - 01:06 AM
 ck3D, on 11 October 2021 - 01:05 AM, said:
ck3D, on 11 October 2021 - 01:05 AM, said:
 
						
                                                This post has been edited by Lazy Dog: 07 December 2021 - 04:28 PM