Reserve PascalCase inits

This commit is contained in:
Wild Bill
2014-12-16 16:20:50 +02:00
parent 3c5b4eafbf
commit 5bae906c47
4 changed files with 7 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ datum/controller/game_controller/proc/setup()
if(ticker)
ticker.pregame()
lighting_controller.Initialize()
lighting_controller.initializeLighting()
datum/controller/game_controller/proc/setup_objects()