Game Development Community

invalid call in RTS kit player.cs

by Jeff Yaskus · in RTS Starter Kit · 01/21/2010 (3:23 am) · 0 replies

While debugging, came across this oddity in the console log.

Missing file: starter.RTS/data/players/player/player.cs!

noticed at ~ line 509 this code ... which does nothing but generate warnings;
exec("~/data/players/player/player.cs");
// Pull the base in.

... just for reference, I'd assume this can be commented out.