mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-08 10:10:41 +00:00
18 lines
174 B
Text
18 lines
174 B
Text
|
class NWinterCommander : DukeCommander
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
class NWinterCommanderStayput: NWinterCommander
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
pic "COMMANDERSTAYPUT";
|
||
|
+BADGUYSTAYPUT;
|
||
|
}
|
||
|
}
|