General changes - norman-ipn/Wolfenstein-Port GitHub Wiki

In order to make the code easy to read, we are going to change the format of the source code.

Separate variable declarations

Use one row per variable declaration.

Initialize variables

If it is possible, initiate the value of a declared variable with zero or zeros.