mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-07 09:40:43 +00:00
17 lines
174 B
Text
17 lines
174 B
Text
class NWinterCommander : DukeCommander
|
|
{
|
|
default
|
|
{
|
|
}
|
|
|
|
|
|
}
|
|
|
|
class NWinterCommanderStayput: NWinterCommander
|
|
{
|
|
default
|
|
{
|
|
pic "COMMANDERSTAYPUT";
|
|
+BADGUYSTAYPUT;
|
|
}
|
|
}
|