diff --git a/SConstruct b/SConstruct index 5c8433ae7..7c9077006 100644 --- a/SConstruct +++ b/SConstruct @@ -617,7 +617,7 @@ class DXXArchive(DXXCommon): 'arch/sdl/rbaudio.cpp', 'arch/sdl/window.cpp', 'maths/fixc.cpp', -'maths/rand.c', +'maths/rand.cpp', 'maths/tables.c', 'maths/vecmat.c', 'misc/error.c', diff --git a/common/maths/rand.c b/common/maths/rand.cpp similarity index 100% rename from common/maths/rand.c rename to common/maths/rand.cpp