mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
BUILD: code cleanup, VERSION fix
Performed code cleanup, made changes to version number Make gets from Git to make it consistent across git versions
This commit is contained in:
parent
e9015b43b3
commit
09f39d4e64
8 changed files with 21 additions and 20 deletions
2
graphics/text/tint.py
Normal file → Executable file
2
graphics/text/tint.py
Normal file → Executable file
|
@ -50,4 +50,4 @@ if __name__ == '__main__':
|
|||
import os
|
||||
import sys
|
||||
|
||||
main(sys.argv[1], sys.argv[2], sys.argv[3])
|
||||
main(sys.argv[1], sys.argv[2], sys.argv[3])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue