- put RedNukem game frontend into a namespace.

This commit is contained in:
Christoph Oelckers 2019-09-22 00:10:48 +02:00
parent 401a645ea1
commit 2dc051f7cf
71 changed files with 270 additions and 21 deletions

View file

@ -379,7 +379,7 @@ void ChooseGame()
//API call succeeded, now , check return values
if (nResult == 1000)
{
gi = &Duke::Interface;
//gi = &Duke::Interface;
}
else if (nResult == 1001)
{